Details
Description
We are not able to import Updated records (from MySql) into Hive using incremental import. The following happens in the incremental modes:
append Mode - Its not able to fetch the record itself.
lastModified Mode - Its duplicating records into Hive.
It would be better to have command which intimates or finds the updated records in the table based on Timestamp column and replace existing records in Hive with the updated records.
Note: Updated records doesn't mean that newly inserted records.