0 votes
in Big Data | Hadoop by

Is it possible to do an incremental import using Sqoop?

1 Answer

0 votes
by

Yes, Sqoop supports two types of incremental imports-

1)Append

2)Last Modified

To insert only rows Append should be used in import command and for inserting the rows and also updating Last-Modified should be used in the import command.

Related questions

0 votes
asked Feb 9, 2020 in Big Data | Hadoop by rahuljain1
0 votes
asked Jan 7, 2020 in Big Data | Hadoop by sharadyadav1986
...