<?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: CDH 5.4.4 Oozie unable to run Scoop action - ClassNotFound SqoopMain in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-5-4-4-Oozie-unable-to-run-Scoop-action-ClassNotFound/m-p/58675#M6643</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You must place the connector jar inside the shared folder for oozie which is hdfs:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hdfs://user/oozie/sqoop/lib/lib&amp;lt;instance&amp;gt;/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Aug 2017 10:35:28 GMT</pubDate>
    <dc:creator>sampat</dc:creator>
    <dc:date>2017-08-10T10:35:28Z</dc:date>
    <item>
      <title>CDH 5.4.4 Oozie unable to run Scoop action - ClassNotFound SqoopMain</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-5-4-4-Oozie-unable-to-run-Scoop-action-ClassNotFound/m-p/29702#M6634</link>
      <description>&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/31418739/cdh-5-4-4-oozie-unable-to-run-scoop-action-classnotfound-sqoopmain" target="_self"&gt;Stack Overflow Question&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to run a simple Sqoop Action through Oozie on Cloudera 5.4.x (Through their QuickStart VM, which should be pre-configured correctly I assume?) When I run the import command via the Sqoop CLI, it all works fine. However, when I attempt to run that same command using an Oozie workflow (through Hue), it fails to find the &lt;FONT face="terminal,monaco"&gt;SqoopMain&lt;/FONT&gt; class.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error log&lt;/P&gt;&lt;PRE&gt;2015-07-14 14:58:02,997 INFO org.apache.oozie.command.wf.ActionStartXCommand: SERVER[quickstart.cloudera] USER[cloudera] GROUP[-] TOKEN[] APP[simpleWF] JOB[0000001-150714084022371-oozie-oozi-W] ACTION[0000001-150714084022371-oozie-oozi-W@sqoop-import] [***0000001-150714084022371-oozie-oozi-W@sqoop-import***]Action updated in DB!
2015-07-14 14:58:12,802 INFO org.apache.oozie.servlet.CallbackServlet: SERVER[quickstart.cloudera] USER[-] GROUP[-] TOKEN[-] APP[-] JOB[0000001-150714084022371-oozie-oozi-W] ACTION[0000001-150714084022371-oozie-oozi-W@sqoop-import] callback for action [0000001-150714084022371-oozie-oozi-W@sqoop-import]
2015-07-14 14:58:13,058 INFO org.apache.oozie.action.hadoop.SqoopActionExecutor: SERVER[quickstart.cloudera] USER[cloudera] GROUP[-] TOKEN[] APP[simpleWF] JOB[0000001-150714084022371-oozie-oozi-W] ACTION[0000001-150714084022371-oozie-oozi-W@sqoop-import] action completed, external ID [job_1436888351169_0003]
2015-07-14 14:58:13,078 WARN org.apache.oozie.action.hadoop.SqoopActionExecutor: SERVER[quickstart.cloudera] USER[cloudera] GROUP[-] TOKEN[] APP[simpleWF] JOB[0000001-150714084022371-oozie-oozi-W] ACTION[0000001-150714084022371-oozie-oozi-W@sqoop-import] Launcher ERROR, reason: Main class [org.apache.oozie.action.hadoop.SqoopMain], exception invoking main(), java.lang.ClassNotFoundException: Class org.apache.oozie.action.hadoop.SqoopMain not found
2015-07-14 14:58:13,085 WARN org.apache.oozie.action.hadoop.SqoopActionExecutor: SERVER[quickstart.cloudera] USER[cloudera] GROUP[-] TOKEN[] APP[simpleWF] JOB[0000001-150714084022371-oozie-oozi-W] ACTION[0000001-150714084022371-oozie-oozi-W@sqoop-import] Launcher exception: java.lang.ClassNotFoundException: Class org.apache.oozie.action.hadoop.SqoopMain not found
java.lang.RuntimeException: java.lang.ClassNotFoundException: Class org.apache.oozie.action.hadoop.SqoopMain not found
	at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2112)
	at org.apache.oozie.action.hadoop.LauncherMapper.map(LauncherMapper.java:226)
	at org.apache.hadoop.mapred.MapRunner.run(MapRunner.java:54)
	at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:453)
	at org.apache.hadoop.mapred.MapTask.run(MapTask.java:343)
	at org.apache.hadoop.mapred.LocalContainerLauncher$EventHandler.runSubtask(LocalContainerLauncher.java:370)
	at org.apache.hadoop.mapred.LocalContainerLauncher$EventHandler.runTask(LocalContainerLauncher.java:295)
	at org.apache.hadoop.mapred.LocalContainerLauncher$EventHandler.access$200(LocalContainerLauncher.java:181)
	at org.apache.hadoop.mapred.LocalContainerLauncher$EventHandler$1.run(LocalContainerLauncher.java:224)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassNotFoundException: Class org.apache.oozie.action.hadoop.SqoopMain not found
	at org.apache.hadoop.conf.Configuration.getClassByName(Configuration.java:2018)
	at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2110)
	... 13 more&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Workflow action&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;action name="sqoop-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;prepare&amp;gt;
            &amp;lt;delete path="${nameNode}/tmp/etl/${etlUser}/vet_product_categories"/&amp;gt;
        &amp;lt;/prepare&amp;gt;
        &amp;lt;arg&amp;gt;import&amp;lt;/arg&amp;gt;
        &amp;lt;arg&amp;gt;--connect&amp;lt;/arg&amp;gt;
        &amp;lt;arg&amp;gt;jdbc:mysql://${oltpHost}/${oltpName}&amp;lt;/arg&amp;gt;
        &amp;lt;arg&amp;gt;--username&amp;lt;/arg&amp;gt;
        &amp;lt;arg&amp;gt;${oltpUser}&amp;lt;/arg&amp;gt;
        &amp;lt;arg&amp;gt;--password&amp;lt;/arg&amp;gt;
        &amp;lt;arg&amp;gt;${oltpPassword}&amp;lt;/arg&amp;gt;
        &amp;lt;arg&amp;gt;--table&amp;lt;/arg&amp;gt;
        &amp;lt;arg&amp;gt;view_et_product_categories&amp;lt;/arg&amp;gt;
        &amp;lt;arg&amp;gt;--target-dir&amp;lt;/arg&amp;gt;
        &amp;lt;arg&amp;gt;/tmp/etl/${etlUser}/vet_product_categories&amp;lt;/arg&amp;gt;
        &amp;lt;arg&amp;gt;--as-avrodatafile&amp;lt;/arg&amp;gt;
        &amp;lt;arg&amp;gt;-m&amp;lt;/arg&amp;gt;
        &amp;lt;arg&amp;gt;1&amp;lt;/arg&amp;gt;
    &amp;lt;/sqoop&amp;gt;
    &amp;lt;ok to="done"/&amp;gt;
    &amp;lt;error to="fail"/&amp;gt;
&amp;lt;/action&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looked up oozie.service.WorkflowAppService.system.libpath in the cloudera manager, and it was set to /user/oozie - it appends the share/lib to whatever you put in this field, so the full path was /usr/oozie/share/lib The folder in HDFS is versioned with a timestamp. - I'm not sure how oozie adds these classes to the classpath or if it needs additional help to pick this up: /user/oozie/share/lib/lib_20150609033900&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:34:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-5-4-4-Oozie-unable-to-run-Scoop-action-ClassNotFound/m-p/29702#M6634</guid>
      <dc:creator>Justen</dc:creator>
      <dc:date>2022-09-16T09:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: CDH 5.4.4 Oozie unable to run Scoop action - ClassNotFound SqoopMain</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-5-4-4-Oozie-unable-to-run-Scoop-action-ClassNotFound/m-p/29710#M6635</link>
      <description>The share-lib format did change in CDH5. Could you take a look at&lt;BR /&gt;&lt;A href="http://blog.cloudera.com/blog/2014/05/how-to-use-the-sharelib-in-apache-oozie-cdh-5/" target="_blank"&gt;http://blog.cloudera.com/blog/2014/05/how-to-use-the-sharelib-in-apache-oozie-cdh-5/&lt;/A&gt;&lt;BR /&gt;and let us know if it helps you resolve your issue?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Jul 2015 03:54:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-5-4-4-Oozie-unable-to-run-Scoop-action-ClassNotFound/m-p/29710#M6635</guid>
      <dc:creator>Harsh J</dc:creator>
      <dc:date>2015-07-17T03:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: CDH 5.4.4 Oozie unable to run Scoop action - ClassNotFound SqoopMain</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-5-4-4-Oozie-unable-to-run-Scoop-action-ClassNotFound/m-p/30101#M6636</link>
      <description>Do I have to include this shared lib path in my Workflow.xml? or should Oozie automatically include it?&lt;BR /&gt;&lt;BR /&gt;Currently, It seems like Oozie does not include this automatically.</description>
      <pubDate>Mon, 27 Jul 2015 14:41:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-5-4-4-Oozie-unable-to-run-Scoop-action-ClassNotFound/m-p/30101#M6636</guid>
      <dc:creator>Justen</dc:creator>
      <dc:date>2015-07-27T14:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: CDH 5.4.4 Oozie unable to run Scoop action - ClassNotFound SqoopMain</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-5-4-4-Oozie-unable-to-run-Scoop-action-ClassNotFound/m-p/30116#M6637</link>
      <description>&lt;P&gt;As it turns out, you need to supply a job.properties with&amp;nbsp;oozie.use.system.libpath=true&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems that putting this in the workflow.xml does not work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, what I have now is a bare sqoop action with no configuration and a job.properties with all properties i need&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2015 18:00:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-5-4-4-Oozie-unable-to-run-Scoop-action-ClassNotFound/m-p/30116#M6637</guid>
      <dc:creator>Justen</dc:creator>
      <dc:date>2015-07-27T18:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: CDH 5.4.4 Oozie unable to run Scoop action - ClassNotFound SqoopMain</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-5-4-4-Oozie-unable-to-run-Scoop-action-ClassNotFound/m-p/37492#M6638</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am tying to import a test tabl from mysql database. The command was triggered from quickstart vm.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can someone plase share the exact command or let me know the mistake I am making?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[cloudera@quickstart ~]$ sqoop2 import --connect jdbc:mysql://&lt;/SPAN&gt;&lt;A href="http://192.168.112.128/widget" target="_blank"&gt;192.168.112.128/widget&lt;/A&gt;&lt;SPAN&gt; --username root --pcloudera --table myhadoop --as-textfile --target-dir /home/cloudera/Documents&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sqoop home directory: /usr/lib/sqoop2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Exception in thread "main" java.io.FileNotFoundException: /home/cloudera/import (Is a directory)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.io.FileInputStream.open(&lt;/SPAN&gt;&lt;SPAN&gt;Native Method)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.io.FileInputStream.&amp;lt;init&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;(FileInputStream.java:146)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.io.FileReader.&amp;lt;init&amp;gt;(&lt;/SPAN&gt;&lt;SPAN&gt;FileReader.java:72)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.sqoop.shell.&lt;/SPAN&gt;&lt;SPAN&gt;SqoopShell.&lt;/SPAN&gt;&lt;SPAN&gt;interpretFileContent(&lt;/SPAN&gt;&lt;SPAN&gt;SqoopShell.java:150)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.sqoop.shell.&lt;/SPAN&gt;&lt;SPAN&gt;SqoopShell.main(SqoopShell.&lt;/SPAN&gt;&lt;SPAN&gt;java:138)&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="yj6qo ajU"&gt;&lt;DIV class="ajR"&gt;&lt;IMG src="https://ip1.i.lithium.com/64a5b4d81d04fe4701872a96aeb32f445c2531d9/68747470733a2f2f73736c2e677374617469632e636f6d2f75692f76312f69636f6e732f6d61696c2f696d616765732f636c656172646f742e676966" border="0" /&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 16 Feb 2016 04:36:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-5-4-4-Oozie-unable-to-run-Scoop-action-ClassNotFound/m-p/37492#M6638</guid>
      <dc:creator>laldeepak</dc:creator>
      <dc:date>2016-02-16T04:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: CDH 5.4.4 Oozie unable to run Scoop action - ClassNotFound SqoopMain</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-5-4-4-Oozie-unable-to-run-Scoop-action-ClassNotFound/m-p/37493#M6639</link>
      <description>Please use "sqoop" and not "sqoop2". The latter is a shell, but your&lt;BR /&gt;written command is for the 1.x Sqoop features.&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Feb 2016 05:03:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-5-4-4-Oozie-unable-to-run-Scoop-action-ClassNotFound/m-p/37493#M6639</guid>
      <dc:creator>Harsh J</dc:creator>
      <dc:date>2016-02-16T05:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: CDH 5.4.4 Oozie unable to run Scoop action - ClassNotFound SqoopMain</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-5-4-4-Oozie-unable-to-run-Scoop-action-ClassNotFound/m-p/37494#M6640</link>
      <description>sqoop is not working correctly and seems due to missing env. variable as&lt;BR /&gt;below:&lt;BR /&gt;any insight?&lt;BR /&gt;&lt;BR /&gt;[cloudera@quickstart Documents]$ sqoop import --connect jdbc:mysql://&lt;BR /&gt;192.168.112.128/widget --username root --pcloudera --table myhadoop&lt;BR /&gt;--as-textfile --target-dir /home/cloudera/Documents&lt;BR /&gt;Warning: /usr/lib/sqoop/../accumulo does not exist! Accumulo imports will&lt;BR /&gt;fail.&lt;BR /&gt;Please set $ACCUMULO_HOME to the root of your Accumulo installation.&lt;BR /&gt;16/02/15 21:10:31 INFO sqoop.Sqoop: Running Sqoop version: 1.4.6-cdh5.5.0&lt;BR /&gt;16/02/15 21:10:31 ERROR tool.BaseSqoopTool: Error parsing arguments for&lt;BR /&gt;import:&lt;BR /&gt;16/02/15 21:10:31 ERROR tool.BaseSqoopTool: Unrecognized argument:&lt;BR /&gt;--pcloudera&lt;BR /&gt;16/02/15 21:10:31 ERROR tool.BaseSqoopTool: Unrecognized argument: --table&lt;BR /&gt;16/02/15 21:10:31 ERROR tool.BaseSqoopTool: Unrecognized argument: myhadoop&lt;BR /&gt;16/02/15 21:10:31 ERROR tool.BaseSqoopTool: Unrecognized argument:&lt;BR /&gt;--as-textfile&lt;BR /&gt;16/02/15 21:10:31 ERROR tool.BaseSqoopTool: Unrecognized argument:&lt;BR /&gt;--target-dir&lt;BR /&gt;16/02/15 21:10:31 ERROR tool.BaseSqoopTool: Unrecognized argument:&lt;BR /&gt;/home/cloudera/Documents&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Feb 2016 05:13:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-5-4-4-Oozie-unable-to-run-Scoop-action-ClassNotFound/m-p/37494#M6640</guid>
      <dc:creator>laldeepak</dc:creator>
      <dc:date>2016-02-16T05:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: CDH 5.4.4 Oozie unable to run Scoop action - ClassNotFound SqoopMain</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-5-4-4-Oozie-unable-to-run-Scoop-action-ClassNotFound/m-p/37495#M6641</link>
      <description>Also. how to find out hostname for mysql from command line in my quickstart vm.&lt;BR /&gt;In the above command 192.168.112.128 is the output of ifconfig -a which I am not fully convinced is the right one?&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Tue, 16 Feb 2016 05:29:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-5-4-4-Oozie-unable-to-run-Scoop-action-ClassNotFound/m-p/37495#M6641</guid>
      <dc:creator>laldeepak</dc:creator>
      <dc:date>2016-02-16T05:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: CDH 5.4.4 Oozie unable to run Scoop action - ClassNotFound SqoopMain</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-5-4-4-Oozie-unable-to-run-Scoop-action-ClassNotFound/m-p/37571#M6642</link>
      <description>&lt;P&gt;Any assistnce t find out&lt;/P&gt;&lt;P&gt;jdbc url for mysql connectivity through sqoop in quickstart vm?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 19:05:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-5-4-4-Oozie-unable-to-run-Scoop-action-ClassNotFound/m-p/37571#M6642</guid>
      <dc:creator>laldeepak</dc:creator>
      <dc:date>2016-02-17T19:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: CDH 5.4.4 Oozie unable to run Scoop action - ClassNotFound SqoopMain</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-5-4-4-Oozie-unable-to-run-Scoop-action-ClassNotFound/m-p/58675#M6643</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You must place the connector jar inside the shared folder for oozie which is hdfs:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hdfs://user/oozie/sqoop/lib/lib&amp;lt;instance&amp;gt;/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2017 10:35:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH-5-4-4-Oozie-unable-to-run-Scoop-action-ClassNotFound/m-p/58675#M6643</guid>
      <dc:creator>sampat</dc:creator>
      <dc:date>2017-08-10T10:35:28Z</dc:date>
    </item>
  </channel>
</rss>

