Created on 04-23-2017 01:55 PM - edited 09-16-2022 04:30 AM
Hello People,
I am unable to create Sqoop Connection Link in Hue. The error that i get when i hit on Save button is: "Can't connect to the database with given credentials: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server."
Since I am using the default Cloudera Quickstart VM 5.8 mysql login credentials this is not an issue related to credentials. Kindly let me know where i have gone wrong.. Attached is the screenshot of the error i get:
Created 04-23-2017 08:50 PM
Make sure you have mysql-connector-java.jar
By default it is available under /usr/share/java
Created 04-24-2017 12:05 PM
I have the connector mysql-connector-java.jar in the default path /usr/share/java as seen in the attached screenshot. I have even set the permissions to 777 but still face the same error. Could version be an issue here?
Created 04-24-2017 01:18 PM
Might be... I am not sure about the suitable version for your environment
If you are planning to get another version of mysql-connector then
1. Do not remove/delete the old version of mysql-connector
2. Downaload the new version of mysql-connector, Unzip/untar, move it to /usr/share/java
3. Delete only the link referring to the old version and Create a new link referring to the new version
4. Restart the hive service via CM
For more details
http://www.cloudera.com/documentation/enterprise/5-7-x/topics/cm_ig_mysql.html
Created 04-24-2017 02:06 PM