Created 04-26-2016 06:30 AM
Created 05-06-2016 04:49 AM
This issue should be resolved by adding --driver com.mysql.jdbc.Driver at the end of the sqoop command.
For example:
sqoop import --connect $DB_CONNECTION --username $DB_USERNAME --password $DB_PASSWORD --table salaries --target-dir /tmp/salaries --outdir sqoop_import -m -1 --fields-terminated-by ',' --driver com.mysql.jdbc.Driver
Thanks
Created 05-06-2016 04:49 AM
This issue should be resolved by adding --driver com.mysql.jdbc.Driver at the end of the sqoop command.
For example:
sqoop import --connect $DB_CONNECTION --username $DB_USERNAME --password $DB_PASSWORD --table salaries --target-dir /tmp/salaries --outdir sqoop_import -m -1 --fields-terminated-by ',' --driver com.mysql.jdbc.Driver
Thanks
Created 05-06-2016 04:10 PM