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.

...