I have a table in Teradata which is loaded with new data on daily basis.
I need to import this data to Hive. I'm trying to use Sqoop but how should I do incremental load using Sqoop?
I checked incremental load options available in Sqoop
--check-col
This options expects only numeric and unique data whereas my Teradata table is not having such column
I'm using date column inn --spli-by
How can I do incremental imports to Hive in this case?
Please suggest