Delta/Incremental Load in Hive
I have the use case below : My application has a table having multiyear data in RDBMS DB. We have used sqoop to get data into HDFS and have loaded into hive table partitioned by year, month . Now, the application updates, and inserts new records into RDBMS Table table daily as well. These updated records can span across history months. Updated records and new insert records can be determined by updated timestamp field (it will have current day timestamp). Now the problem here is : how to do delta/incremental load hive table daily using these updated records. -> I know there is a sqoop