sqoop - sqoop Import New as well as Updated Data - lastmodified mode - append mode - apache sqoop - sqoop tutorial - sqoop hadoop
Use Sqoop to make incremental copy of a Oracle table to Hadoop
sqoop Import New as well as Updated Data - lastmodified mode
- --check-column : A column name that should be checked for newly appended and updated data. date, time, datetime and timestamp are suitable data types for this column
- --last-value : The last value that successfully imported into Hadoop. All the newly added and updated data after this value will be imported.
Import New as well as Updated Data - Append Mode
- --check-column : A column name that should be checked for newly appended data. Integer would be a suitable data type for this column.
- --last-value : The last value that successfully imported into Hadoop. All the newly added data after this value will be imported.