I imported about 10 tables in Hive from MS SQL Server. But when I try to cross-check the entries in Hive in one of the tables, I found more entries when starting the query (select count (*) from tblName;).
Then I delete this table and import it into Hive again. I observed in the console logs that (203 entries received). And then I tried again (select count (*) from tblName;) and I got the score as 298.
I do not understand why this is happening. Something is wrong in the request, or this is due to an invalid sqoop-import command.
All entries in other tables are in order.
Pls help me with this.
Bhavesh shah
source share