<?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: sqoop connection error in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/sqoop-connection-error/m-p/32425#M52534</link>
    <description>-P expects password : User should enter in the console&lt;BR /&gt;&lt;BR /&gt;Instead of -P use :&lt;BR /&gt;&lt;BR /&gt;--password your_password</description>
    <pubDate>Tue, 29 Sep 2015 00:16:14 GMT</pubDate>
    <dc:creator>Somu</dc:creator>
    <dc:date>2015-09-29T00:16:14Z</dc:date>
    <item>
      <title>sqoop connection error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sqoop-connection-error/m-p/23762#M52530</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;i am trying to connect oracle database 11gr2 with sqoop Sqoop 1.4.5-cdh5.3.0. but gettig error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hdfs@node01:/opt/cloudera/parcels/CDH/lib/hadoop$ sqoop list-tables -connect jdbc:oracle:thin:@192.168.171.149:1521/BG11G -username hdfsuser -P&lt;BR /&gt;Warning: /opt/cloudera/parcels/CDH-5.3.0-1.cdh5.3.0.p0.30/bin/../lib/sqoop/../accumulo does not exist! Accumulo imports will fail.&lt;BR /&gt;Please set $ACCUMULO_HOME to the root of your Accumulo installation.&lt;BR /&gt;15/01/15 20:49:36 INFO sqoop.Sqoop: Running Sqoop version: 1.4.5-cdh5.3.0&lt;BR /&gt;Enter password:&lt;BR /&gt;15/01/15 20:49:41 INFO oracle.OraOopManagerFactory: Data Connector for Oracle and Hadoop is disabled.&lt;BR /&gt;15/01/15 20:49:41 INFO manager.SqlManager: Using default fetchSize of 1000&lt;BR /&gt;15/01/15 20:49:41 ERROR sqoop.Sqoop: Got exception running Sqoop: java.lang.NullPointerException&lt;BR /&gt;java.lang.NullPointerException&lt;BR /&gt;&amp;nbsp;at org.apache.sqoop.manager.OracleManager.listTables(OracleManager.java:759)&lt;BR /&gt;&amp;nbsp;at org.apache.sqoop.tool.ListTablesTool.run(ListTablesTool.java:49)&lt;BR /&gt;&amp;nbsp;at org.apache.sqoop.Sqoop.run(Sqoop.java:143)&lt;BR /&gt;&amp;nbsp;at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)&lt;BR /&gt;&amp;nbsp;at org.apache.sqoop.Sqoop.runSqoop(Sqoop.java:179)&lt;BR /&gt;&amp;nbsp;at org.apache.sqoop.Sqoop.runTool(Sqoop.java:218)&lt;BR /&gt;&amp;nbsp;at org.apache.sqoop.Sqoop.runTool(Sqoop.java:227)&lt;BR /&gt;&amp;nbsp;at org.apache.sqoop.Sqoop.main(Sqoop.java:236)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am running CDH5.3 on ubuntu 12 .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i came accros&amp;nbsp; Quest OraOop software . it is necessary to install this to move data rom oracle to&amp;nbsp; hdfs&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:19:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sqoop-connection-error/m-p/23762#M52530</guid>
      <dc:creator>sharma1</dc:creator>
      <dc:date>2022-09-16T09:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: sqoop connection error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sqoop-connection-error/m-p/23836#M52531</link>
      <description>&lt;P&gt;Guys ,&lt;/P&gt;&lt;P&gt;Anyone can help on this ?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2015 00:13:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sqoop-connection-error/m-p/23836#M52531</guid>
      <dc:creator>sharma1</dc:creator>
      <dc:date>2015-01-19T00:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: sqoop connection error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sqoop-connection-error/m-p/23839#M52532</link>
      <description>&amp;gt; jdbcracle:thin:@192.168.171.149:1521/BG11G&lt;BR /&gt;&lt;BR /&gt;Should that not be jdbc:oraacle:thin:@//192.168.171.149:1521/BG11&lt;BR /&gt;&lt;BR /&gt;​Also ensure there is no firewall blocking communications between the&lt;BR /&gt;cluster nodes and the Oracle server​&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jan 2015 04:31:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sqoop-connection-error/m-p/23839#M52532</guid>
      <dc:creator>GautamG</dc:creator>
      <dc:date>2015-01-19T04:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: sqoop connection error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sqoop-connection-error/m-p/32424#M52533</link>
      <description>&lt;P&gt;I tried this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[root@quickstart bin]# sqoop list-tables --connect jdbcracle:thin@10.0.0.3:1521/xe --username hr -P&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Warning: /usr/lib/sqoop/../accumulo does not exist! Accumulo imports will fail.&lt;BR /&gt;Please set $ACCUMULO_HOME to the root of your Accumulo installation.&lt;BR /&gt;15/09/28 16:56:48 INFO sqoop.Sqoop: Running Sqoop version: 1.4.5-cdh5.4.2&lt;BR /&gt;Enter password:&lt;BR /&gt;15/09/28 16:57:05 ERROR tool.BaseSqoopTool: Got error creating database manager:&lt;BR /&gt;java.io.IOException: No manager for connect string: jdbcracle:thin@10.0.0.3:152&lt;BR /&gt;1/xe&lt;BR /&gt;at org.apache.sqoop.ConnFactory.getManager(ConnFactory.java:191)&lt;BR /&gt;at org.apache.sqoop.tool.BaseSqoopTool.init(BaseSqoopTool.java:250)&lt;BR /&gt;at org.apache.sqoop.tool.ListTablesTool.run(ListTablesTool.java:44)&lt;BR /&gt;at org.apache.sqoop.Sqoop.run(Sqoop.java:143)&lt;BR /&gt;at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)&lt;BR /&gt;at org.apache.sqoop.Sqoop.runSqoop(Sqoop.java:179)&lt;BR /&gt;at org.apache.sqoop.Sqoop.runTool(Sqoop.java:218)&lt;BR /&gt;at org.apache.sqoop.Sqoop.runTool(Sqoop.java:227)&lt;BR /&gt;at org.apache.sqoop.Sqoop.main(Sqoop.java:236)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and didn't work , do you know where the problem is ?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2015 00:07:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sqoop-connection-error/m-p/32424#M52533</guid>
      <dc:creator>yfelemban</dc:creator>
      <dc:date>2015-09-29T00:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: sqoop connection error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sqoop-connection-error/m-p/32425#M52534</link>
      <description>-P expects password : User should enter in the console&lt;BR /&gt;&lt;BR /&gt;Instead of -P use :&lt;BR /&gt;&lt;BR /&gt;--password your_password</description>
      <pubDate>Tue, 29 Sep 2015 00:16:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sqoop-connection-error/m-p/32425#M52534</guid>
      <dc:creator>Somu</dc:creator>
      <dc:date>2015-09-29T00:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: sqoop connection error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sqoop-connection-error/m-p/32451#M52535</link>
      <description>&lt;P&gt;[root@quickstart cloudera]# sqoop list-tables --connect jdbcracle:thin@10.0.0.3:1521/xe --username hr --password hr&lt;BR /&gt;Warning: /usr/lib/sqoop/../accumulo does not exist! Accumulo imports will fail.&lt;BR /&gt;Please set $ACCUMULO_HOME to the root of your Accumulo installation.&lt;BR /&gt;15/09/29 04:24:18 INFO sqoop.Sqoop: Running Sqoop version: 1.4.5-cdh5.4.2&lt;BR /&gt;15/09/29 04:24:18 WARN tool.BaseSqoopTool: Setting your password on the command-line is insecure. Consider using -P instead.&lt;BR /&gt;15/09/29 04:24:19 ERROR tool.BaseSqoopTool: Got error creating database manager: java.io.IOException: No manager for connect string: jdbcracle:thin@10.0.0.3:1521/xe&lt;BR /&gt;at org.apache.sqoop.ConnFactory.getManager(ConnFactory.java:191)&lt;BR /&gt;at org.apache.sqoop.tool.BaseSqoopTool.init(BaseSqoopTool.java:250)&lt;BR /&gt;at org.apache.sqoop.tool.ListTablesTool.run(ListTablesTool.java:44)&lt;BR /&gt;at org.apache.sqoop.Sqoop.run(Sqoop.java:143)&lt;BR /&gt;at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)&lt;BR /&gt;at org.apache.sqoop.Sqoop.runSqoop(Sqoop.java:179)&lt;BR /&gt;at org.apache.sqoop.Sqoop.runTool(Sqoop.java:218)&lt;BR /&gt;at org.apache.sqoop.Sqoop.runTool(Sqoop.java:227)&lt;BR /&gt;at org.apache.sqoop.Sqoop.main(Sqoop.java:236)&lt;/P&gt;&lt;P&gt;-----------------------------------&lt;/P&gt;&lt;P&gt;still same problem , I'm not sure if &lt;SPAN&gt;jdbcracle:thin@&lt;/SPAN&gt; is proper driver &amp;nbsp;!!! don't you think so?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2015 11:26:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sqoop-connection-error/m-p/32451#M52535</guid>
      <dc:creator>yfelemban</dc:creator>
      <dc:date>2015-09-29T11:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: sqoop connection error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sqoop-connection-error/m-p/32455#M52536</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Here is an example for My SQL:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;--connect jdbc:mysql://quickstart:3306/retail_db&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I guess for Oracle you should use below format with replacement:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--connect jdbc:oracle:thin:@OracleServer:OraclePort:OracleSID&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;OR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;--connect jdbc:oracle:thin:@//OracleServer:OraclePort/OracleService&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Make sure you have installed Oracle Connector for Sqoop.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2015 12:56:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sqoop-connection-error/m-p/32455#M52536</guid>
      <dc:creator>Somu</dc:creator>
      <dc:date>2015-09-29T12:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: sqoop connection error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sqoop-connection-error/m-p/32460#M52537</link>
      <description>&lt;P&gt;Kindly , Do you have any suggestion URL in how to install Oracle Connector for sqoop, i would prefer if there is video for it step by step.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards, and thank you so much&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2015 14:32:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sqoop-connection-error/m-p/32460#M52537</guid>
      <dc:creator>yfelemban</dc:creator>
      <dc:date>2015-09-29T14:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: sqoop connection error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sqoop-connection-error/m-p/32465#M52538</link>
      <description>&lt;P&gt;&lt;A href="http://www.cloudera.com/content/cloudera/en/downloads/connectors/sqoop/oracle/v1-6.html" target="_blank"&gt;http://www.cloudera.com/content/cloudera/en/downloads/connectors/sqoop/oracle/v1-6.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2015 15:30:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sqoop-connection-error/m-p/32465#M52538</guid>
      <dc:creator>Somu</dc:creator>
      <dc:date>2015-09-29T15:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: sqoop connection error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/sqoop-connection-error/m-p/32488#M52539</link>
      <description>he is using 5.3 so that shouldn't be neccessary with --direct or am i wrong?</description>
      <pubDate>Wed, 30 Sep 2015 10:01:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/sqoop-connection-error/m-p/32488#M52539</guid>
      <dc:creator>jk13</dc:creator>
      <dc:date>2015-09-30T10:01:10Z</dc:date>
    </item>
  </channel>
</rss>

