Actually, I have my data in Teradata table. I have sqooped that teradata table data into Hive using sqoop-import command.
But, my teradata table will get the data on a daily basis. So, there is a need to sqoop the newly added data i.e, incremental data from teradata into Hive table.
Can anyone please suggest me some solutions to achieve this ...