Sqoop Incremental Import

Consider a table with 3 records which you already imported to hdfs using sqoop Now you have additional records in the table but no updates on existing records Here you should use an –incremental append with –check-column which specifies the column to be examined when determining which rows to import. The above code will insert all the new rows … Read more