Search

When RDBMS table is only getting new rows and the existing rows are not changed, then how can we pull only the new rows into HDFS via sqoop?



We can use –incremental append argument to pull only the new rows from RDBMS table into HDFS directory.