This command uses Sqoop to import data from the employees table in a MySQL database into HDFS, appending any new or updated data since the last import with employee_id values greater than 108 to the /data/emp/ directory in incremental mode.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
29 views1 page
Incremental Import
This command uses Sqoop to import data from the employees table in a MySQL database into HDFS, appending any new or updated data since the last import with employee_id values greater than 108 to the /data/emp/ directory in incremental mode.