sqoop job --create bill_fact -- import --connect jdbc:mysql://localhost:3306/telecom --driver com.mysql.jdbc.Driver --username root --password root --table billing_fact --incremental lastmodified -check-column call_duration --target-dir /test/billing_fact -m 1 --merge-key id
sqoop job --list
Sqoop job –show myjob
sqoop job --exec myjob
Copyright ©2022 coderraj.com. All Rights Reserved.