I am running the below command on lnux to execute the sqoop job.
sqoop import --connect jdbc:mysql://ip-172-31-13-154/sqoopex --table widgets -m 2 --username sqoopuser -P --split-by id
I got the following error …
sqoop import --connect jdbc:mysql://ip-172-31-13-154/sqoopex --table widgets -m 2 --username sqoopuser -P --split-by id
I have given mysql password corretecly still it is throwing error.