Hi,
I am practicing sqoop at cloudlab but facing problem while connecting to mysql database.
Following is the command i am using:
sqoop import --connect jdbc:mysql://172-31-13-154/simplilearn --driver com.mysql.jdbc.Driver --username [username] --password [password] --table [tablename] --target-dir [Dir] --m 1
Following is the error I'm getting:
16/08/05 19:24:13 INFO sqoop.Sqoop: Running Sqoop version: 1.4.6.2.3.4.0-348516/08/05 19:24:13 WARN tool.BaseSqoopTool: Setting your password on...
Sqoop help
I am practicing sqoop at cloudlab but facing problem while connecting to mysql database.
Following is the command i am using:
sqoop import --connect jdbc:mysql://172-31-13-154/simplilearn --driver com.mysql.jdbc.Driver --username [username] --password [password] --table [tablename] --target-dir [Dir] --m 1
Following is the error I'm getting:
16/08/05 19:24:13 INFO sqoop.Sqoop: Running Sqoop version: 1.4.6.2.3.4.0-348516/08/05 19:24:13 WARN tool.BaseSqoopTool: Setting your password on...
Sqoop help