<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Error in using Sqoop in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149947#M112463</link>
    <description>&lt;P&gt;yes but see the note about using --driver and specifying class name. &lt;A rel="user" href="https://community.cloudera.com/users/2559/rajdipchaudhuri.html" nodeid="2559"&gt;@rajdip chaudhuri&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Feb 2016 21:43:24 GMT</pubDate>
    <dc:creator>aervits</dc:creator>
    <dc:date>2016-02-19T21:43:24Z</dc:date>
    <item>
      <title>Error in using Sqoop</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149936#M112452</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;HDP 2.3.4.0 cluster in 4 nodes has been set up and it is working fine. We are trying to evaluate Atlas using demo in below link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/shivajid/atlas/tree/master/tutorial" target="_blank"&gt;https://github.com/shivajid/atlas/tree/master/tutorial&lt;/A&gt; &lt;/P&gt;&lt;P&gt;We are facing issue while using Sqoop during execution of above demo. Full description of issue is as below:&lt;/P&gt;&lt;P&gt;1) Sqoop and MySql databases are in different hosts.&lt;/P&gt;&lt;P&gt;2) MySql jar is in both the hosts and also in lib folder of sqoop home /usr/hdp/2.3.4.0-3485/sqoop/lib/&lt;/P&gt;&lt;P&gt;3) Have provided below privilege in MySql to avoid privilege issues:&lt;/P&gt;&lt;P&gt;grant all privileges on *.* to 'trucker1'@'%' identified by 'trucker'; &lt;/P&gt;&lt;P&gt;flush privileges;
&lt;/P&gt;&lt;P&gt;4) Now trying to import data using below command:&lt;/P&gt;&lt;P&gt;sqoop import --connect jdbc:mysql://3.209.124.206:3306/test --username trucker1 --password trucker --table DRIVERS -m 1 --target-dir demo$1 --hive-import --hive-table hortondrivers$1&lt;/P&gt;&lt;P&gt;5) Facing below error when executing above command.&lt;/P&gt;&lt;P&gt;16/02/19 18:20:45 WARN tool.BaseSqoopTool: Setting your password on the command-line is insecure. Consider using -P instead.
16/02/19 18:20:45 INFO manager.MySQLManager: Preparing to use a MySQL streaming resultset.
16/02/19 18:20:45 INFO tool.CodeGenTool: Beginning code generation
16/02/19 18:20:45 ERROR sqoop.Sqoop: Got exception running Sqoop: java.lang.RuntimeException: Could not load db driver class: com.mysql.jdbc.Driver
java.lang.RuntimeException: Could not load db driver class: com.mysql.jdbc.Driver
        at org.apache.sqoop.manager.SqlManager.makeConnection(SqlManager.java:636)
        at org.apache.sqoop.manager.GenericJdbcManager.getConnection(GenericJdbcManager.java:52)
        at org.apache.sqoop.manager.SqlManager.execute(SqlManager.java:525)
        at org.apache.sqoop.manager.SqlManager.execute(SqlManager.java:548)
        at org.apache.sqoop.manager.SqlManager.getColumnTypesForRawQuery(SqlManager.java:191)
        at org.apache.sqoop.manager.SqlManager.getColumnTypes(SqlManager.java:175)
        at org.apache.sqoop.manager.ConnManager.getColumnTypes(ConnManager.java:262)
        at org.apache.sqoop.orm.ClassWriter.getColumnTypes(ClassWriter.java:1235)
        at org.apache.sqoop.orm.ClassWriter.generate(ClassWriter.java:1060)
        at org.apache.sqoop.tool.CodeGenTool.generateORM(CodeGenTool.java:82)
        at org.apache.sqoop.tool.ImportTool.importTable(ImportTool.java:390)
        at org.apache.sqoop.tool.ImportTool.run(ImportTool.java:476)
        at org.apache.sqoop.Sqoop.run(Sqoop.java:145)
        at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
        at org.apache.sqoop.Sqoop.runSqoop(Sqoop.java:181)
        at org.apache.sqoop.Sqoop.runTool(Sqoop.java:220)
        at org.apache.sqoop.Sqoop.runTool(Sqoop.java:229)
        at org.apache.sqoop.Sqoop.main(Sqoop.java:238)
        at com.cloudera.sqoop.Sqoop.main(Sqoop.java:57)&lt;/P&gt;&lt;P&gt;Looking for your help as we need to understand how Atlas work for data governance.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 21:09:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149936#M112452</guid>
      <dc:creator>rajdip_chaudhur</dc:creator>
      <dc:date>2016-02-19T21:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error in using Sqoop</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149937#M112453</link>
      <description>&lt;P&gt;place the mysql-connector-java.jar into /usr/hdp/sqoop-client/lib &lt;A rel="user" href="https://community.cloudera.com/users/2559/rajdipchaudhuri.html" nodeid="2559"&gt;@rajdip chaudhuri&lt;/A&gt; review the docs &lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_dataintegration/content/ch_using-sqoop.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_dataintegration/content/ch_using-sqoop.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 21:09:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149937#M112453</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-19T21:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error in using Sqoop</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149938#M112454</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2559/rajdipchaudhuri.html" nodeid="2559"&gt;@rajdip chaudhuri&lt;/A&gt;&lt;/P&gt;&lt;P&gt;See this&lt;/P&gt;&lt;P&gt;Could not load db driver class: com.mysql.jdbc.Driver java.lang.RuntimeException: Could not load db driver class: com.mysql.jdbc.Driver at org.apache.sqoop.manager.SqlManager.makeConnection&lt;/P&gt;&lt;P&gt;ls -l  /usr/share/java/mysql* and &lt;A href="http://stackoverflow.com/questions/22741183/sqoop-could-not-load-mysql-driver-exception" target="_blank"&gt;http://stackoverflow.com/questions/22741183/sqoop-could-not-load-mysql-driver-exception&lt;/A&gt;&lt;/P&gt;&lt;P&gt;[root@phdns02 ~]# cd /usr/hdp/current/sqoop-client/lib/&lt;/P&gt;&lt;P&gt;You have mail in /var/spool/mail/root&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[root@phdns02 lib]# ls -l mysql-connector-java.jar &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;lrwxrwxrwx. 1 root root 40 Feb 14 19:38 mysql-connector-java.jar -&amp;gt; /usr/share/java/mysql-connector-java.jar&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[root@phdns02 lib]# pwd&lt;/P&gt;&lt;P&gt;/usr/hdp/current/sqoop-client/lib&lt;/P&gt;&lt;P&gt;[root@phdns02 lib]# &lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 21:11:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149938#M112454</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-19T21:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error in using Sqoop</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149939#M112455</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/140/nsabharwal.html" nodeid="140"&gt;@Neeraj Sabharwal&lt;/A&gt; &amp;amp; &lt;A rel="user" href="https://community.cloudera.com/users/393/aervits.html" nodeid="393"&gt;@Artem Ervits&lt;/A&gt; thanks for your points but the jar is already at the mentioned path. Attaching the screenshot.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/2253-sqoop-lib.jpg"&gt;sqoop-lib.jpg&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 21:19:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149939#M112455</guid>
      <dc:creator>rajdip_chaudhur</dc:creator>
      <dc:date>2016-02-19T21:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error in using Sqoop</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149940#M112456</link>
      <description>&lt;P&gt;Jar is already at the mentioned path. Screenshot has been attached.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/2254-sqoop-lib.jpg"&gt;sqoop-lib.jpg&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 21:21:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149940#M112456</guid>
      <dc:creator>rajdip_chaudhur</dc:creator>
      <dc:date>2016-02-19T21:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error in using Sqoop</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149941#M112457</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2559/rajdipchaudhuri.html" nodeid="2559"&gt;@rajdip chaudhuri&lt;/A&gt; &lt;/P&gt;&lt;P&gt;give it right permissions, and you can also specify it explicitly &lt;/P&gt;&lt;P&gt;you can use Sqoop with any other JDBC-compliant database. First, download the appropriate JDBC driver for the type of database you want to import, and install the .jar file in the &lt;CODE&gt;$SQOOP_HOME/lib&lt;/CODE&gt; directory on your client machine. (This will be &lt;CODE&gt;/usr/lib/sqoop/lib&lt;/CODE&gt; if you installed from an RPM or Debian package.) Each driver &lt;CODE&gt;.jar&lt;/CODE&gt; file also has a specific driver class which defines the entry-point to the driver. For example, MySQL’s Connector/J library has a driver class of &lt;CODE&gt;com.mysql.jdbc.Driver&lt;/CODE&gt;. Refer to your database vendor-specific documentation to determine the main driver class. This class must be provided as an argument to Sqoop with &lt;CODE&gt;--driver&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 21:21:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149941#M112457</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-19T21:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error in using Sqoop</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149942#M112458</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2559/rajdipchaudhuri.html" nodeid="2559"&gt;@rajdip chaudhuri&lt;/A&gt;  Let's check the versions ...&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/29938694/error-sqoop-sqoop-got-exception-running-sqoop-java-lang-runtimeexception-coul"&gt;http://stackoverflow.com/questions/29938694/error-sqoop-sqoop-got-exception-running-sqoop-java-lang-runtimeexception-coul&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You have to make sure that we don't have version mismatch. &lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 21:23:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149942#M112458</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-19T21:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error in using Sqoop</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149943#M112459</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2559/rajdipchaudhuri.html" nodeid="2559"&gt;@rajdip chaudhuri&lt;/A&gt; look at my response right above and see this &lt;A href="https://community.hortonworks.com/questions/2879/bug-in-sandbox-232-hitting-sqoop-1400.html" target="_blank"&gt;https://community.hortonworks.com/questions/2879/bug-in-sandbox-232-hitting-sqoop-1400.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 21:28:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149943#M112459</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-19T21:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error in using Sqoop</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149944#M112460</link>
      <description>&lt;P&gt;With HDp 2.3.4.0 sqoop of version 1.4.6.2.3 comes. My sql jar file was downloaded through yum during cluster set up. However, downloading the latest jar file frm &lt;A href="https://dev.mysql.com/downloads/file/?id=13520"&gt;https://dev.mysql.com/downloads/file/?id=13520&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Will let you know if this jar file works or not.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 21:33:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149944#M112460</guid>
      <dc:creator>rajdip_chaudhur</dc:creator>
      <dc:date>2016-02-19T21:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error in using Sqoop</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149945#M112461</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2559/rajdipchaudhuri.html" nodeid="2559"&gt;@rajdip chaudhuri&lt;/A&gt; please see the link &lt;A href="https://community.hortonworks.com/questions/2879/bug-in-sandbox-232-hitting-sqoop-1400.html" target="_blank"&gt;https://community.hortonworks.com/questions/2879/bug-in-sandbox-232-hitting-sqoop-1400.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 21:33:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149945#M112461</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-19T21:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error in using Sqoop</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149946#M112462</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/393/aervits.html" nodeid="393"&gt;@Artem Ervits&lt;/A&gt;. I can see the current version is mysql-connector-java-5.1.17-6.el6.noarch. Downloading the latest version from mysql site. Will let you know the results if the latest jar works or not.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 21:41:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149946#M112462</guid>
      <dc:creator>rajdip_chaudhur</dc:creator>
      <dc:date>2016-02-19T21:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error in using Sqoop</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149947#M112463</link>
      <description>&lt;P&gt;yes but see the note about using --driver and specifying class name. &lt;A rel="user" href="https://community.cloudera.com/users/2559/rajdipchaudhuri.html" nodeid="2559"&gt;@rajdip chaudhuri&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 21:43:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149947#M112463</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-19T21:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error in using Sqoop</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149948#M112464</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/393/aervits.html" nodeid="393"&gt;@Artem Ervits&lt;/A&gt; facing same issue after using --driver in the sqoop command. Currently downloading the latest jar file. Shall we go ahead and replace the old one with this new one?&lt;/P&gt;&lt;P&gt;Command used:&lt;/P&gt;&lt;P&gt;sqoop import --connect jdbc:mysql://3.209.124.206:3306/test --username trucker1 --password trucker --table DRIVERS -m 1 --driver com.mysql.jdbc.Driver --target-dir demo$1 --hive-import --hive-table hortondrivers$1&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 21:48:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149948#M112464</guid>
      <dc:creator>rajdip_chaudhur</dc:creator>
      <dc:date>2016-02-19T21:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error in using Sqoop</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149949#M112465</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2559/rajdipchaudhuri.html" nodeid="2559"&gt;@rajdip chaudhuri&lt;/A&gt; yes try the new jar&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 21:58:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149949#M112465</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-19T21:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error in using Sqoop</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149950#M112466</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2559/rajdipchaudhuri.html" nodeid="2559"&gt;@rajdip chaudhuri&lt;/A&gt; did you get it resolved?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2016 10:39:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149950#M112466</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-23T10:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error in using Sqoop</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149951#M112467</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/2559/rajdipchaudhuri.html" nodeid="2559"&gt;@rajdip chaudhuri&lt;/A&gt;, mysql-connector-java.jar in /usr/hdp/sqoop-client/lib is a symlink to /usr/share/java/mysql-connector-java.jar which itself is a symlink to the real jar file with a version in its name. Make sure it points to the right file:&lt;/P&gt;&lt;PRE&gt;ls -l /usr/share/java/mysql-connector-java.jar&lt;/PRE&gt;&lt;P&gt;and ispect the destination file. Also, mysql-connecter that can be installed by yum is good for Mysql-5.1, but for 5.5 and 5.6 you need the latest version.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2016 11:39:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149951#M112467</guid>
      <dc:creator>pminovic</dc:creator>
      <dc:date>2016-02-23T11:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error in using Sqoop</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149952#M112468</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/2559/rajdipchaudhuri.html" nodeid="2559"&gt;@rajdip chaudhuri&lt;/A&gt;</description>
      <pubDate>Tue, 23 Feb 2016 13:49:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149952#M112468</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-23T13:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error in using Sqoop</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149953#M112469</link>
      <description>&lt;P&gt;Just adding my two cents as I faced the same issue today..and able to resolve..After downloading the JAR file while copying this jar file into linux box I used winscp with transfer setting as default instead of using binary ..caused could not load DB drviers after I copied it back with binary it worked fine..please try it..&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 22:13:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149953#M112469</guid>
      <dc:creator>Sreedhar_ch</dc:creator>
      <dc:date>2016-09-20T22:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error in using Sqoop</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149954#M112470</link>
      <description>&lt;P&gt;I'm facing same problem with you, and I tried all following methods, but it doesn't work. So how you solved the problem?@&lt;A href="https://community.hortonworks.com/users/2559/rajdipchaudhuri.html"&gt;rajdip chaudhuri&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2017 13:53:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149954#M112470</guid>
      <dc:creator>kczhen</dc:creator>
      <dc:date>2017-12-15T13:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error in using Sqoop</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149955#M112471</link>
      <description>&lt;P&gt;Did you solved the problem? I'm facing the same problem with you. And I tried all methods mentioned above, but it didn't work&lt;/P&gt;&lt;P&gt;Here is my exceptions&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[root@cos1 ~]# sqoop list-tables --connect jdbc:mysql://192.168.2.190/experiment3 --username scott -P &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;17/12/15 19:17:36 INFO sqoop.Sqoop: Running Sqoop version: 1.4.6
Enter password: 
17/12/15 19:17:41 &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INFO manager.MySQLManager: Preparing to use a MySQL streaming resultset.
17/12/15 19:17:41 &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ERROR sqoop.Sqoop: Got exception running Sqoop: java.lang.RuntimeException: Could not load db driver class: com.mysql.jdbc.Driver &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;java.lang.RuntimeException: Could not load db driver class: com.mysql.jdbc.Driver &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;at org.apache.sqoop.manager.SqlManager.makeConnection(SqlManager.java:856) &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;at org.apache.sqoop.manager.GenericJdbcManager.getConnection(GenericJdbcManager.java:52) &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;at org.apache.sqoop.manager.CatalogQueryManager.listTables(CatalogQueryManager.java:102) &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;at org.apache.sqoop.tool.ListTablesTool.run(ListTablesTool.java:49)
at org.apache.sqoop.Sqoop.run(Sqoop.java:143) &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
at org.apache.sqoop.Sqoop.runSqoop(Sqoop.java:179) &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;at org.apache.sqoop.Sqoop.runTool(Sqoop.java:218)
at org.apache.sqoop.Sqoop.runTool(Sqoop.java:227) &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;at org.apache.sqoop.Sqoop.main(Sqoop.java:236)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Here is my screenshot&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="45416-screenshot.png" style="width: 872px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/21244i484FC31A97FCF109/image-size/medium?v=v2&amp;amp;px=400" role="button" title="45416-screenshot.png" alt="45416-screenshot.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm using sqoop-1.4.6, hadoop-2.7.4 and mysql-connecctor-java-5.1.38.jar&lt;/P&gt;&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/2559/rajdipchaudhuri.html" rel="nofollow noopener noreferrer" target="_blank"&gt;rajdip chaudhuri&lt;/A&gt;&lt;/P&gt;&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/393/aervits.html" rel="nofollow noopener noreferrer" target="_blank"&gt;Artem Ervits&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 13:03:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Error-in-using-Sqoop/m-p/149955#M112471</guid>
      <dc:creator>kczhen</dc:creator>
      <dc:date>2019-08-18T13:03:14Z</dc:date>
    </item>
  </channel>
</rss>

