162. Review JDBC jar file to connect to MySql

  • Sqoop uses the corresponding JDBC Jar file to connect to a respective remote database.
  • To connect to MySql, Sqoop refers for JDBC Jar file in location: /usr/hdp/2.6.5.0-292/sqoop/Iib/mysqI-connector-java.jar

  • Command to check for JDBC jar file
    • ls -ltr /usr/hdp/2.6.5.0-292/sqoop/Iib/mysqI-connector-java.jar

Share this post