<?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 oozie  Class org.apache.oozie.action.hadoop.SqoopMain not found in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123831#M86575</link>
    <description>&lt;A rel="user" href="https://community.cloudera.com/users/5386/christianguegi.html" nodeid="5386"&gt;@Christian Guegi&lt;/A&gt;&lt;P&gt;: HDP 2.4. Yes, service check in ambari is successful.&lt;/P&gt;</description>
    <pubDate>Tue, 03 May 2016 14:02:50 GMT</pubDate>
    <dc:creator>sim6</dc:creator>
    <dc:date>2016-05-03T14:02:50Z</dc:date>
    <item>
      <title>error in oozie  Class org.apache.oozie.action.hadoop.SqoopMain not found</title>
      <link>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123821#M86565</link>
      <description>&lt;P&gt;workflow.xml:&lt;/P&gt;&lt;PRE&gt;&amp;lt;workflow-app name="once-a-day" xmlns="uri:oozie:workflow:0.1"&amp;gt;
&amp;lt;start to="sqoopAction"/&amp;gt;
        &amp;lt;action name="sqoopAction"&amp;gt;
                &amp;lt;sqoop xmlns="uri:oozie:sqoop-action:0.2"&amp;gt;
                        &amp;lt;job-tracker&amp;gt;${jobTracker}&amp;lt;/job-tracker&amp;gt;
                        &amp;lt;name-node&amp;gt;${nameNode}&amp;lt;/name-node&amp;gt;
                    &amp;lt;command&amp;gt;import-all-tables --connect jdbc:mysql://xyz.syz/erp --username hive --password hive
                        --export-dir /user/hive/warehouse/sbl
                    &amp;lt;/command&amp;gt;
                &amp;lt;/sqoop&amp;gt;
                &amp;lt;ok to="end"/&amp;gt;
                &amp;lt;error to="killJob"/&amp;gt;
        &amp;lt;/action&amp;gt;
&amp;lt;kill name="killJob"&amp;gt;
            &amp;lt;message&amp;gt;"Killed job due to error: ${wf:errorMessage(wf:lastErrorNode())}"&amp;lt;/message&amp;gt;
        &amp;lt;/kill&amp;gt;
&amp;lt;end name="end" /&amp;gt;
&amp;lt;/workflow-app&amp;gt;&lt;/PRE&gt;&lt;P&gt;job.properties:&lt;/P&gt;&lt;PRE&gt;nameNode=hdfs://syz.syz.com:8020
jobTracker=xyz.syz.com:8050
queueName=default
oozie.use.system.libpath=true
oozie.coord.application.path=${nameNode}/user/${user.name}/scheduledimport
start=2013-09-01T00:00Z
end=2013-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;I have share/lib inside /user/oozie. &lt;/P&gt;&lt;P&gt;How do I fix this?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2016 21:03:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123821#M86565</guid>
      <dc:creator>sim6</dc:creator>
      <dc:date>2016-04-29T21:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: error in oozie  Class org.apache.oozie.action.hadoop.SqoopMain not found</title>
      <link>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123822#M86566</link>
      <description>&lt;P&gt;
	Does your oozie shared lib in hdfs have sqoop related dependencies?&lt;/P&gt;&lt;P&gt;
	If not set up sharedlib following this &lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.0/bk_installing_manually_book/content/setting_up_sharelib.html"&gt;link&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Apr 2016 02:47:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123822#M86566</guid>
      <dc:creator>ajay_kumar</dc:creator>
      <dc:date>2016-04-30T02:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: error in oozie  Class org.apache.oozie.action.hadoop.SqoopMain not found</title>
      <link>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123823#M86567</link>
      <description>&lt;P&gt;Yes, I sure do. What else could possibly be the problem?&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2016 16:57:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123823#M86567</guid>
      <dc:creator>sim6</dc:creator>
      <dc:date>2016-05-02T16:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: error in oozie  Class org.apache.oozie.action.hadoop.SqoopMain not found</title>
      <link>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123824#M86568</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;You can list the available sharelibs with the following command:&lt;/P&gt;&lt;PRE&gt;sudo -u oozie oozie admin -shareliblist -oozie &lt;A href="http://&amp;lt;oozie_host&amp;gt;:11000/oozie" target="_blank"&gt;http://&amp;lt;oozie_host&amp;gt;:11000/oozie&lt;/A&gt;
[Available ShareLib]
oozie
hive
distcp
hcatalog
sqoop
mapreduce-streaming
spark
hive2
pig
&lt;/PRE&gt;&lt;P&gt;Also, is the mysql driver in your lib folder of the workflow application as described here? &lt;A href="https://oozie.apache.org/docs/4.2.0/WorkflowFunctionalSpec.html#a7_Workflow_Application_Deployment"&gt;https://oozie.apache.org/docs/4.2.0/WorkflowFunctionalSpec.html#a7_Workflow_Application_Deployment&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Hope this helps, Chris&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2016 18:47:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123824#M86568</guid>
      <dc:creator>chri</dc:creator>
      <dc:date>2016-05-02T18:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: error in oozie  Class org.apache.oozie.action.hadoop.SqoopMain not found</title>
      <link>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123825#M86569</link>
      <description>&lt;P&gt;This is what I have in my sharelib:&lt;/P&gt;&lt;P&gt; -shareliblist 
[Available ShareLib] &lt;/P&gt;&lt;PRE&gt;hive 
mapreduce-streaming 
oozie 
sqoop 
pig&lt;/PRE&gt;&lt;P&gt;Still I keep getting the same error. Yes, I do have the lib folder along with the connector jar&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2016 19:05:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123825#M86569</guid>
      <dc:creator>sim6</dc:creator>
      <dc:date>2016-05-02T19:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: error in oozie  Class org.apache.oozie.action.hadoop.SqoopMain not found</title>
      <link>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123826#M86570</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/5386/christianguegi.html" nodeid="5386"&gt;@Christian Guegi&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2016 19:25:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123826#M86570</guid>
      <dc:creator>sim6</dc:creator>
      <dc:date>2016-05-02T19:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: error in oozie  Class org.apache.oozie.action.hadoop.SqoopMain not found</title>
      <link>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123827#M86571</link>
      <description>&lt;P&gt;Does this work?&lt;/P&gt;&lt;PRE&gt;sqoop list-databases --connect jdbc:mysql://xyz.syz/ --username hive --password hive&lt;/PRE&gt;</description>
      <pubDate>Mon, 02 May 2016 19:40:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123827#M86571</guid>
      <dc:creator>chri</dc:creator>
      <dc:date>2016-05-02T19:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: error in oozie  Class org.apache.oozie.action.hadoop.SqoopMain not found</title>
      <link>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123828#M86572</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/5386/christianguegi.html" nodeid="5386"&gt;@Christian Guegi&lt;/A&gt; : No, I still get the same error. Not even list databases or table works.&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2016 20:33:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123828#M86572</guid>
      <dc:creator>sim6</dc:creator>
      <dc:date>2016-05-02T20:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: error in oozie  Class org.apache.oozie.action.hadoop.SqoopMain not found</title>
      <link>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123829#M86573</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/5386/christianguegi.html" nodeid="5386"&gt;@Christian Guegi&lt;/A&gt;: I could run import and list commands from the command line directly thought.Somehow oozie is not able to pick up the share/lib. Also, is sharelib different from share/lib? I have share/lib in /user/oozie but nothing called sharelib. &lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2016 20:36:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123829#M86573</guid>
      <dc:creator>sim6</dc:creator>
      <dc:date>2016-05-02T20:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: error in oozie  Class org.apache.oozie.action.hadoop.SqoopMain not found</title>
      <link>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123830#M86574</link>
      <description>&lt;P&gt;@simram : What HDP version are you using? Is the Oozie service check in Ambari successfull?&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 13:39:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123830#M86574</guid>
      <dc:creator>chri</dc:creator>
      <dc:date>2016-05-03T13:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: error in oozie  Class org.apache.oozie.action.hadoop.SqoopMain not found</title>
      <link>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123831#M86575</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/5386/christianguegi.html" nodeid="5386"&gt;@Christian Guegi&lt;/A&gt;&lt;P&gt;: HDP 2.4. Yes, service check in ambari is successful.&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 14:02:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123831#M86575</guid>
      <dc:creator>sim6</dc:creator>
      <dc:date>2016-05-03T14:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: error in oozie  Class org.apache.oozie.action.hadoop.SqoopMain not found</title>
      <link>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123832#M86576</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;ShareLib concept is well described &lt;A href="https://oozie.apache.org/docs/4.0.0/WorkflowFunctionalSpec.html#ShareLib"&gt;here&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Below an example that works with HDP 2.2.4&lt;/P&gt;&lt;PRE&gt;&amp;lt;workflow-app name="jar-test" xmlns="uri:oozie:workflow:0.4"&amp;gt;
    &amp;lt;start to="db-import"/&amp;gt;
    &amp;lt;action name="db-import"&amp;gt;
        &amp;lt;sqoop xmlns="uri:oozie:sqoop-action:0.2"&amp;gt;
            &amp;lt;job-tracker&amp;gt;${jobTracker}&amp;lt;/job-tracker&amp;gt;
            &amp;lt;name-node&amp;gt;${nameNode}&amp;lt;/name-node&amp;gt;
            &amp;lt;command&amp;gt;list-tables --connect jdbc:mysql://&amp;lt;db-host&amp;gt;/hive --username hive --password hive&amp;lt;/command&amp;gt;
            &amp;lt;archive&amp;gt;/user/&amp;lt;username&amp;gt;/wf-test/lib/mysql-connector-java.jar&amp;lt;/archive&amp;gt;
         &amp;lt;/sqoop&amp;gt;
        &amp;lt;ok to="end"/&amp;gt;
        &amp;lt;error to="kill"/&amp;gt;
    &amp;lt;/action&amp;gt;
    &amp;lt;kill name="kill"&amp;gt;
        &amp;lt;message&amp;gt;Action failed, error message[${wf:errorMessage(wf:lastErrorNode())}]&amp;lt;/message&amp;gt;
    &amp;lt;/kill&amp;gt;
    &amp;lt;end name="end"/&amp;gt;
&amp;lt;/workflow-app&amp;gt;&lt;/PRE&gt;&lt;P&gt;Hope it helps, Chris&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 14:18:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123832#M86576</guid>
      <dc:creator>chri</dc:creator>
      <dc:date>2016-05-03T14:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: error in oozie  Class org.apache.oozie.action.hadoop.SqoopMain not found</title>
      <link>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123833#M86577</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/5386/christianguegi.html" nodeid="5386"&gt;@Christian Guegi&lt;/A&gt;&lt;P&gt;: Still nothing .It's the very same error and it's not able to execute sqoop command. what is name of the jar file which has sqoopMain class?&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 14:43:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123833#M86577</guid>
      <dc:creator>sim6</dc:creator>
      <dc:date>2016-05-04T14:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: error in oozie  Class org.apache.oozie.action.hadoop.SqoopMain not found</title>
      <link>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123834#M86578</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/5386/christianguegi.html" nodeid="5386"&gt;@Christian Guegi&lt;/A&gt;: Now, I did a fresh install and can run list-databases and list-tables command but not import. I do have jdbc driver inside of lib folder in same directory as that of workflow.xml but do I need to reference to this jar inside lib folder from any of my files?&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2016 19:10:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123834#M86578</guid>
      <dc:creator>sim6</dc:creator>
      <dc:date>2016-05-05T19:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: error in oozie  Class org.apache.oozie.action.hadoop.SqoopMain not found</title>
      <link>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123835#M86579</link>
      <description>&lt;P&gt;&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;Please list the content of your shared lib:&lt;/P&gt;&lt;P&gt;hdfs dfs -ls  /user/oozie/share/lib/lib_{20160430195631}&lt;/P&gt;&lt;P&gt;hdfs dfs -ls -R /user/oozie/share/lib/lib_{20160430195631}/oozie&lt;/P&gt;&lt;P&gt;I can check with my installation if there is any missing jar.&lt;/P&gt;</description>
      <pubDate>Sat, 07 May 2016 02:18:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123835#M86579</guid>
      <dc:creator>rbiswas1</dc:creator>
      <dc:date>2016-05-07T02:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: error in oozie  Class org.apache.oozie.action.hadoop.SqoopMain not found</title>
      <link>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123836#M86580</link>
      <description>&lt;P&gt;@simran kaur&lt;/P&gt;&lt;P&gt;Please do the following and let me know if it works:&lt;/P&gt;&lt;P&gt;1. Copy /usr/share/java/mysql-connector-java.jar to /user/oozie/share/lib/lib_{20160430195631}/sqoop &lt;/P&gt;&lt;P&gt;2. Restart all oozie components.&lt;/P&gt;&lt;P&gt;4. Change --export-dir to --warehouse-dir in the workflow&lt;/P&gt;&lt;P&gt;3. Check the permission on /user/hive/warehouse/sbl. If possible point it to /tmp for testing.&lt;/P&gt;&lt;P&gt;Rerun the oozie workflow.&lt;/P&gt;&lt;P&gt;Please let us know if this works. &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2016 00:09:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123836#M86580</guid>
      <dc:creator>rbiswas1</dc:creator>
      <dc:date>2016-05-11T00:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: error in oozie  Class org.apache.oozie.action.hadoop.SqoopMain not found</title>
      <link>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123837#M86581</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/6243/simrankauradept.html" nodeid="6243"&gt;@simran kaur&lt;/A&gt;, There are couple of ways to address this.  One as &lt;A rel="user" href="https://community.cloudera.com/users/3902/rbiswas.html" nodeid="3902"&gt;@rbiswas&lt;/A&gt; mentioned and the other one is to create a lib folder where the workflow is receding in HDFS and place the mysql connector jar file there.&lt;P&gt;For example, if your workflow is located in hdfs at /user/simran/sqoopwf/workflow.xml.  Take the path "/user/simran/sqoopwf/" and create a lib folder here hdfs dfs -mkdir -p /user/simran/sqoopwf/lib and then place the mysql connector jar to this location hdfs dfs -put &amp;lt;mysql-connector-java-version.jar&amp;gt; /user/simran/sqoopwf/lib/. &lt;/P&gt;&lt;P&gt;Then kick off the oozie job which should work.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 23:05:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123837#M86581</guid>
      <dc:creator>quadoss</dc:creator>
      <dc:date>2016-05-12T23:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: error in oozie  Class org.apache.oozie.action.hadoop.SqoopMain not found</title>
      <link>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123838#M86582</link>
      <description>&lt;P&gt;&lt;A href="http://grepcode.com/file/repository.cloudera.com/content/repositories/releases/com.yahoo.oozie/oozie-core/2.3.2-cdh3u3/org/apache/oozie/action/hadoop/SqoopMain.java" target="_blank"&gt;http://grepcode.com/file/repository.cloudera.com/content/repositories/releases/com.yahoo.oozie/oozie-core/2.3.2-cdh3u3/org/apache/oozie/action/hadoop/SqoopMain.java&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 03:47:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123838#M86582</guid>
      <dc:creator>karanpallavi</dc:creator>
      <dc:date>2016-06-23T03:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: error in oozie  Class org.apache.oozie.action.hadoop.SqoopMain not found</title>
      <link>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123839#M86583</link>
      <description>&lt;P&gt;@simran kaur&lt;/P&gt;&lt;P&gt;can you please let me know if your issue is resolved?&lt;/P&gt;&lt;P&gt;i am facing the same issue in oozie workflow/&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Rishit&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2016 18:53:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123839#M86583</guid>
      <dc:creator>rishit606</dc:creator>
      <dc:date>2016-12-02T18:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: error in oozie  Class org.apache.oozie.action.hadoop.SqoopMain not found</title>
      <link>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123840#M86584</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/6243/simrankauradept.html" nodeid="6243"&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:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/error-in-oozie-Class-org-apache-oozie-action-hadoop/m-p/123840#M86584</guid>
      <dc:creator>rahulammo</dc:creator>
      <dc:date>2017-02-24T17:12:51Z</dc:date>
    </item>
  </channel>
</rss>

