MySQL connection to Sqoop; grant privileges command missing


1 Answer(s)


Hi Meena,
Please try this command:
sqoop import --connect jdbc:mysql://localhost/dezyre --table player --username root -password --target-dir /user/cloudera/sqoopOut1 -m 1

Hope this helps
Thanks.