<?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 oozie task with sqoop : java.lang.ClassNotFoundException: Class org.apache.oozie.action.hadoop.SqoopMain not found in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/oozie-task-with-sqoop-java-lang-ClassNotFoundException-Class/m-p/125592#M26809</link>
    <description>&lt;P&gt;I have an oozie task that uses sqoop.&lt;/P&gt;&lt;P&gt;/user/oozie folder has /shared/lib/lib_xyz/ fodler which has the sqoop folder and relevant jars in it. &lt;/P&gt;&lt;P&gt;My job.properties looks like this:&lt;/P&gt;&lt;PRE&gt;nameNode=hdfs://serverFQDN:8020
jobTracker=serverFQDN:8050
queueName=default
oozie.use.system.libpath=true
oozie.action.sharelib.for.sqoop=hive,hcatalog,sqoop
ozie.libpath=hdfs://serverFQDN:8020/user/oozie/share/lib
oozie.coord.application.path=${nameNode}/user/${user.name}/scheduledimport
start=2016-04-26T00:00Z
end=2016-12-31T00:00Z
workflowAppUri=${nameNode}/user/${user.name}/scheduledimport&lt;/PRE&gt;&lt;P&gt;I get an error on sqoop task:&lt;/P&gt;&lt;PRE&gt;java.lang.ClassNotFoundException: Class org.apache.oozie.action.hadoop.SqoopMain not found
&lt;/PRE&gt;&lt;P&gt;How do I fix this?&lt;/P&gt;</description>
    <pubDate>Mon, 02 May 2016 14:14:02 GMT</pubDate>
    <dc:creator>sim6</dc:creator>
    <dc:date>2016-05-02T14:14:02Z</dc:date>
    <item>
      <title>oozie task with sqoop : java.lang.ClassNotFoundException: Class org.apache.oozie.action.hadoop.SqoopMain not found</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/oozie-task-with-sqoop-java-lang-ClassNotFoundException-Class/m-p/125592#M26809</link>
      <description>&lt;P&gt;I have an oozie task that uses sqoop.&lt;/P&gt;&lt;P&gt;/user/oozie folder has /shared/lib/lib_xyz/ fodler which has the sqoop folder and relevant jars in it. &lt;/P&gt;&lt;P&gt;My job.properties looks like this:&lt;/P&gt;&lt;PRE&gt;nameNode=hdfs://serverFQDN:8020
jobTracker=serverFQDN:8050
queueName=default
oozie.use.system.libpath=true
oozie.action.sharelib.for.sqoop=hive,hcatalog,sqoop
ozie.libpath=hdfs://serverFQDN:8020/user/oozie/share/lib
oozie.coord.application.path=${nameNode}/user/${user.name}/scheduledimport
start=2016-04-26T00:00Z
end=2016-12-31T00:00Z
workflowAppUri=${nameNode}/user/${user.name}/scheduledimport&lt;/PRE&gt;&lt;P&gt;I get an error on sqoop task:&lt;/P&gt;&lt;PRE&gt;java.lang.ClassNotFoundException: Class org.apache.oozie.action.hadoop.SqoopMain not found
&lt;/PRE&gt;&lt;P&gt;How do I fix this?&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2016 14:14:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/oozie-task-with-sqoop-java-lang-ClassNotFoundException-Class/m-p/125592#M26809</guid>
      <dc:creator>sim6</dc:creator>
      <dc:date>2016-05-02T14:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: oozie task with sqoop : java.lang.ClassNotFoundException: Class org.apache.oozie.action.hadoop.SqoopMain not found</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/oozie-task-with-sqoop-java-lang-ClassNotFoundException-Class/m-p/125593#M26810</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/6243/simrankauradept.html" nodeid="6243"&gt;@simran kaur&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This error is indicating that the jars are not available through the classpath.  Are you submitting using oozie.use.system.libpath=true?  Could you post the launcher log?&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 02:52:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/oozie-task-with-sqoop-java-lang-ClassNotFoundException-Class/m-p/125593#M26810</guid>
      <dc:creator>RyanCicak</dc:creator>
      <dc:date>2016-05-03T02:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: oozie task with sqoop : java.lang.ClassNotFoundException: Class org.apache.oozie.action.hadoop.SqoopMain not found</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/oozie-task-with-sqoop-java-lang-ClassNotFoundException-Class/m-p/125594#M26811</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/6243/simrankauradept.html" nodeid="6243"&gt;@simran kaur&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Change ozie.libpath=hdfs://serverFQDN:8020/user/oozie/&lt;STRONG&gt;share&lt;/STRONG&gt;/lib to&lt;/P&gt;&lt;P&gt;ozie.libpath=hdfs://serverFQDN:8020/user/oozie/&lt;STRONG&gt;shared&lt;/STRONG&gt;/lib as you mentioned your oozie lib is under /user/oozie/shared/lib dir.&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 06:07:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/oozie-task-with-sqoop-java-lang-ClassNotFoundException-Class/m-p/125594#M26811</guid>
      <dc:creator>ajay_kumar</dc:creator>
      <dc:date>2016-05-03T06:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: oozie task with sqoop : java.lang.ClassNotFoundException: Class org.apache.oozie.action.hadoop.SqoopMain not found</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/oozie-task-with-sqoop-java-lang-ClassNotFoundException-Class/m-p/125595#M26812</link>
      <description>&lt;P&gt;@Ajay:No, No. Shared was a typo. It's in share/lib only &lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 11:32:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/oozie-task-with-sqoop-java-lang-ClassNotFoundException-Class/m-p/125595#M26812</guid>
      <dc:creator>sim6</dc:creator>
      <dc:date>2016-05-03T11:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: oozie task with sqoop : java.lang.ClassNotFoundException: Class org.apache.oozie.action.hadoop.SqoopMain not found</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/oozie-task-with-sqoop-java-lang-ClassNotFoundException-Class/m-p/125596#M26813</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3584/rcicak.html" nodeid="3584"&gt;@Ryan Cicak&lt;/A&gt; : Which file would be launcher logs? submitting using oozie.use.system.libpath=true? I do have it in my job.properties file if that is what you were asking? I did check the job logs and could not find sqoopMain exception is all that it gets in there.&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 19:00:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/oozie-task-with-sqoop-java-lang-ClassNotFoundException-Class/m-p/125596#M26813</guid>
      <dc:creator>sim6</dc:creator>
      <dc:date>2016-05-03T19:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: oozie task with sqoop : java.lang.ClassNotFoundException: Class org.apache.oozie.action.hadoop.SqoopMain not found</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/oozie-task-with-sqoop-java-lang-ClassNotFoundException-Class/m-p/125597#M26814</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/6243/simrankauradept.html" nodeid="6243"&gt;@simran kaur&lt;/A&gt;,  it seems like this is a duplicate of the post &lt;A href="https://community.hortonworks.com/questions/30437/error-in-oozie-class-orgapacheoozieactionhadoopsqo.html#answer-33008" target="_blank"&gt;https://community.hortonworks.com/questions/30437/error-in-oozie-class-orgapacheoozieactionhadoopsqo.html#answer-33008&lt;/A&gt; where you were able to get past the issue.  If you do, please update the solution here and close this thread.</description>
      <pubDate>Thu, 12 May 2016 23:07:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/oozie-task-with-sqoop-java-lang-ClassNotFoundException-Class/m-p/125597#M26814</guid>
      <dc:creator>quadoss</dc:creator>
      <dc:date>2016-05-12T23:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: oozie task with sqoop : java.lang.ClassNotFoundException: Class org.apache.oozie.action.hadoop.SqoopMain not found</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/oozie-task-with-sqoop-java-lang-ClassNotFoundException-Class/m-p/125598#M26815</link>
      <description>&lt;P&gt;Not really. I had to do a fresh reinstall.&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2016 11:17:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/oozie-task-with-sqoop-java-lang-ClassNotFoundException-Class/m-p/125598#M26815</guid>
      <dc:creator>sim6</dc:creator>
      <dc:date>2016-05-13T11:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: oozie task with sqoop : java.lang.ClassNotFoundException: Class org.apache.oozie.action.hadoop.SqoopMain not found</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/oozie-task-with-sqoop-java-lang-ClassNotFoundException-Class/m-p/125599#M26816</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/30437/error-in-oozie-class-orgapacheoozieactionhadoopsqo.html#"&gt;@simran kaur&lt;/A&gt; Is the issue is solved for you? I am getting the same error (java.lang.ClassNotFoundException: Class org.apache.oozie.action.hadoop.SqoopMain not found)&lt;/P&gt;&lt;P&gt;Can somebody please help.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2017 17:12:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/oozie-task-with-sqoop-java-lang-ClassNotFoundException-Class/m-p/125599#M26816</guid>
      <dc:creator>rahulammo</dc:creator>
      <dc:date>2017-02-24T17:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: oozie task with sqoop : java.lang.ClassNotFoundException: Class org.apache.oozie.action.hadoop.SqoopMain not found</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/oozie-task-with-sqoop-java-lang-ClassNotFoundException-Class/m-p/125600#M26817</link>
      <description>&lt;P&gt;Please post as new question and supply relevant logs and configs&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2017 19:47:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/oozie-task-with-sqoop-java-lang-ClassNotFoundException-Class/m-p/125600#M26817</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2017-02-24T19:47:57Z</dc:date>
    </item>
  </channel>
</rss>

