<?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 export hangs at 95% for oracle Database in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sqoop-export-hangs-at-95-for-oracle-Database/m-p/101039#M13768</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1146/bsuresh.html" nodeid="1146"&gt;@Suresh Bonam&lt;/A&gt; has this been resolved? Can you post your solution or accept best answer?&lt;/P&gt;</description>
    <pubDate>Tue, 02 Feb 2016 23:00:24 GMT</pubDate>
    <dc:creator>aervits</dc:creator>
    <dc:date>2016-02-02T23:00:24Z</dc:date>
    <item>
      <title>Sqoop export hangs at 95% for oracle Database</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sqoop-export-hangs-at-95-for-oracle-Database/m-p/101035#M13764</link>
      <description>&lt;P&gt;Sqoop version: 1.4.4.2.1.7.0-784 &lt;/P&gt;&lt;P&gt;The following is the sqoop command that i used to export simple(comma separated) records .&lt;/P&gt;&lt;PRE&gt;sqoop-export --connect jdbc:oracle:thin:@ipaddress:1521:orcl --username user --password password --table EMP --columns EMPNO,ENAME,JOB,MGR --export-dir /sqooptest/export -m 1 --batch&lt;/PRE&gt;&lt;P&gt;The above command stucks at 95% and doesn't get completed.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2015 14:28:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sqoop-export-hangs-at-95-for-oracle-Database/m-p/101035#M13764</guid>
      <dc:creator>bsuresh</dc:creator>
      <dc:date>2015-12-30T14:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sqoop export hangs at 95% for oracle Database</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sqoop-export-hangs-at-95-for-oracle-Database/m-p/101036#M13765</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1146/bsuresh.html" nodeid="1146"&gt;@Suresh Bonam&lt;/A&gt; did you check in the resourcemanager UI whether it is really stuck or just trying to complete the final reduce attempt? Also I recommend you try with --direct flag to take advantage of the Oracle accelerator for Sqoop, it should make your sqoop jobs a lot faster. Furthermore, you're passing --password that will appear in clear text in your job xml, consider using --password-file or -P to enter the password at the prompt.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2015 21:42:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sqoop-export-hangs-at-95-for-oracle-Database/m-p/101036#M13765</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2015-12-30T21:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sqoop export hangs at 95% for oracle Database</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sqoop-export-hangs-at-95-for-oracle-Database/m-p/101037#M13766</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/393/aervits.html" nodeid="393"&gt;@Artem Ervits&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Now i changed sqoop command like this&lt;/P&gt;&lt;PRE&gt;sqoop-export --connect jdbc:oracle:thin:@ipaddress:orcl --username username -P --table EMP --columns EMPNO,ENAME,JOB,MGR --export-dir /sqooptest/export -m 1 --direct&lt;/PRE&gt;&lt;P&gt;Even , No result.It behaves same as i mentioned.&lt;/P&gt;&lt;P&gt;Current sqoop version:  15/12/31 11:18:33 INFO sqoop.Sqoop: Running Sqoop version: 1.4.4.2.1.7.0-784&lt;/P&gt;&lt;P&gt;see the following error once. &lt;A href="https://issues.apache.org/jira/browse/SQOOP-314"&gt;sqoop database hanging error&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Dec 2015 13:59:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sqoop-export-hangs-at-95-for-oracle-Database/m-p/101037#M13766</guid>
      <dc:creator>bsuresh</dc:creator>
      <dc:date>2015-12-31T13:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sqoop export hangs at 95% for oracle Database</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sqoop-export-hangs-at-95-for-oracle-Database/m-p/101038#M13767</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1146/bsuresh.html" nodeid="1146"&gt;@Suresh Bonam&lt;/A&gt; can you provide the job logs when you execute the command? Do you see any errors on the Oracle side? Please review all of the requirements for Oracle connector &lt;A href="https://sqoop.apache.org/docs/1.4.6/SqoopUserGuide.html#_data_connector_for_oracle_and_hadoop" target="_blank"&gt;https://sqoop.apache.org/docs/1.4.6/SqoopUserGuide.html#_data_connector_for_oracle_and_hadoop&lt;/A&gt;, permissions, roles, etc.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jan 2016 01:35:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sqoop-export-hangs-at-95-for-oracle-Database/m-p/101038#M13767</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-01-01T01:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sqoop export hangs at 95% for oracle Database</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sqoop-export-hangs-at-95-for-oracle-Database/m-p/101039#M13768</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1146/bsuresh.html" nodeid="1146"&gt;@Suresh Bonam&lt;/A&gt; has this been resolved? Can you post your solution or accept best answer?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 23:00:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sqoop-export-hangs-at-95-for-oracle-Database/m-p/101039#M13768</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-02T23:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sqoop export hangs at 95% for oracle Database</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sqoop-export-hangs-at-95-for-oracle-Database/m-p/101040#M13769</link>
      <description>&lt;P&gt;Try increasing the number of mappers by appending --m 5 at the end instead on --m 1&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 23:05:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sqoop-export-hangs-at-95-for-oracle-Database/m-p/101040#M13769</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2016-02-02T23:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sqoop export hangs at 95% for oracle Database</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sqoop-export-hangs-at-95-for-oracle-Database/m-p/101041#M13770</link>
      <description>&lt;P&gt;The configuration variable "sqoop.export.records.per.statement" can be set to 1 as a workaround for this problem.&lt;/P&gt;&lt;P&gt;&lt;A href="https://issues.apache.org/jira/browse/SQOOP-314"&gt;https://issues.apache.org/jira/browse/SQOOP-314&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 13:15:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sqoop-export-hangs-at-95-for-oracle-Database/m-p/101041#M13770</guid>
      <dc:creator>bsuresh</dc:creator>
      <dc:date>2016-02-03T13:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sqoop export hangs at 95% for oracle Database</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sqoop-export-hangs-at-95-for-oracle-Database/m-p/101042#M13771</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/1146/bsuresh.html" nodeid="1146"&gt;@Suresh Bonam&lt;/A&gt;...I have accepted this as best answer.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 13:17:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Sqoop-export-hangs-at-95-for-oracle-Database/m-p/101042#M13771</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-03T13:17:20Z</dc:date>
    </item>
  </channel>
</rss>

