<?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: Could not submit Oozie workflow with distcp-action in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-submit-Oozie-workflow-with-distcp-action/m-p/100083#M13057</link>
    <description>&lt;P&gt;Hey Emaxwell,&lt;/P&gt;&lt;P&gt;You are correct. The args should be after the configuration block is closed. The workflow is valid now&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/393/aervits.html"&gt;Artem Ervits&lt;/A&gt;: Thank you so much for your help on this.&lt;/P&gt;&lt;P&gt;The issue is resolved..!!&lt;/P&gt;</description>
    <pubDate>Sat, 16 Jan 2016 00:31:05 GMT</pubDate>
    <dc:creator>venkata_gangava</dc:creator>
    <dc:date>2016-01-16T00:31:05Z</dc:date>
    <item>
      <title>Could not submit Oozie workflow with distcp-action</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-submit-Oozie-workflow-with-distcp-action/m-p/100074#M13048</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to submit Oozie workflow with distcp-action but getting below error when I validate the workflow&lt;/P&gt;&lt;P&gt;oozie validate pdr-distcp-wf.xml
Error: Invalid app definition, org.xml.sax.SAXParseException; lineNumber: 9; columnNumber: 20; cvc-complex-type.2.4.a: Invalid content was found starting with element 'configuration'. One of '{"uri:oozie:distcp-action:0.2":arg}' is expected.&lt;/P&gt;&lt;P&gt;Please find the workflow that I am using below....&lt;/P&gt;&lt;PRE&gt;&amp;lt;workflow-app xmlns="uri:oozie:workflow:0.2" name="pdr-distcp-wf"&amp;gt;
 &amp;lt;start to="distcp-node"/&amp;gt;
  &amp;lt;action name="distcp-node"&amp;gt;
   &amp;lt;distcp xmlns="uri:oozie:distcp-action:0.2"&amp;gt;
            &amp;lt;job-tracker&amp;gt;${jobTracker}&amp;lt;/job-tracker&amp;gt;
            &amp;lt;name-node&amp;gt;${nameNode1}&amp;lt;/name-node&amp;gt;
            &amp;lt;arg&amp;gt;${SourceDir}&amp;lt;/arg&amp;gt;
            &amp;lt;arg&amp;gt;${TargetDir}&amp;lt;/arg&amp;gt;
    &amp;lt;configuration&amp;gt;
     &amp;lt;property&amp;gt;
       &amp;lt;name&amp;gt;oozie.launcher.mapreduce.job.hdfs-servers&amp;lt;/name&amp;gt;
       &amp;lt;value&amp;gt;${nameNode1},${nameNode2}&amp;lt;/value&amp;gt;
     &amp;lt;/property&amp;gt;
   &amp;lt;/configuration&amp;gt;
  &amp;lt;/distcp&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;Please help me out&lt;/P&gt;</description>
      <pubDate>Sat, 19 Dec 2015 00:47:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-submit-Oozie-workflow-with-distcp-action/m-p/100074#M13048</guid>
      <dc:creator>venkata_gangava</dc:creator>
      <dc:date>2015-12-19T00:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Could not submit Oozie workflow with distcp-action</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-submit-Oozie-workflow-with-distcp-action/m-p/100075#M13049</link>
      <description>&lt;P&gt;you forgot to close the discp action with &amp;lt;/distcp&amp;gt;&lt;/P&gt;&lt;PRE&gt;  &amp;lt;distcp xmlns="uri:oozie:distcp-action:0.2"&amp;gt;
            &amp;lt;job-tracker&amp;gt;${jobTracker}&amp;lt;/job-tracker&amp;gt;
            &amp;lt;name-node&amp;gt;${nameNode1}&amp;lt;/name-node&amp;gt;
            &amp;lt;arg&amp;gt;${nameNode1}/path/to/input.txt&amp;lt;/arg&amp;gt;
            &amp;lt;arg&amp;gt;${nameNode2}/path/to/output.txt&amp;lt;/arg&amp;gt;
  &amp;lt;/distcp&amp;gt;
	&lt;/PRE&gt;</description>
      <pubDate>Thu, 24 Dec 2015 09:58:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-submit-Oozie-workflow-with-distcp-action/m-p/100075#M13049</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2015-12-24T09:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Could not submit Oozie workflow with distcp-action</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-submit-Oozie-workflow-with-distcp-action/m-p/100076#M13050</link>
      <description>&lt;P&gt;I closed it.&lt;/P&gt;&lt;P&gt;You can see it below to &amp;lt;/configuration&amp;gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Dec 2015 02:14:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-submit-Oozie-workflow-with-distcp-action/m-p/100076#M13050</guid>
      <dc:creator>venkata_gangava</dc:creator>
      <dc:date>2015-12-25T02:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Could not submit Oozie workflow with distcp-action</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-submit-Oozie-workflow-with-distcp-action/m-p/100077#M13051</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1321/venkatagangavarapu.html" nodeid="1321"&gt;@Venkata Sridhar Gangavarapu&lt;/A&gt; I did not say close configuration block, you did not close distcp block&lt;/P&gt;&lt;P&gt;&amp;lt;distcpxmlns="uri:oozie:distcp-action:0.2"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/distcp&amp;gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Dec 2015 02:19:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-submit-Oozie-workflow-with-distcp-action/m-p/100077#M13051</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2015-12-25T02:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Could not submit Oozie workflow with distcp-action</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-submit-Oozie-workflow-with-distcp-action/m-p/100078#M13052</link>
      <description>&lt;P&gt;Okay...Below is my workflow where I have the distcp block closed as well&lt;/P&gt;&lt;P&gt;&amp;lt;distcp xmlns="uri:oozie:distcp-action:0.2"&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;job-tracker&amp;gt;${jobTracker}&amp;lt;/job-tracker&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;name-node&amp;gt;${nameNode1}&amp;lt;/name-node&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;arg&amp;gt;${SourceDir}&amp;lt;/arg&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;arg&amp;gt;${TargetDir}&amp;lt;/arg&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;configuration&amp;gt; &lt;/P&gt;&lt;P&gt;         &amp;lt;property&amp;gt; &lt;/P&gt;&lt;P&gt;                   &amp;lt;name&amp;gt;oozie.launcher.mapreduce.job.hdfs-servers&amp;lt;/name&amp;gt; &lt;/P&gt;&lt;P&gt;                   &amp;lt;value&amp;gt;${nameNode1},${nameNode2}&amp;lt;/value&amp;gt; &lt;/P&gt;&lt;P&gt;         &amp;lt;/property&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/configuration&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;lt;/distcp&amp;gt;&lt;/P&gt;&lt;P&gt;I still get the same error&lt;/P&gt;&lt;P&gt;Error: Invalid app definition, org.xml.sax.SAXParseException; lineNumber: 9; columnNumber: 19; cvc-complex-type.2.4.a: Invalid content was found starting with element 'configuration'. One of '{"uri:oozie:distcp-action:0.2":arg}' is expected.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2015 23:54:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-submit-Oozie-workflow-with-distcp-action/m-p/100078#M13052</guid>
      <dc:creator>venkata_gangava</dc:creator>
      <dc:date>2015-12-29T23:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Could not submit Oozie workflow with distcp-action</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-submit-Oozie-workflow-with-distcp-action/m-p/100079#M13053</link>
      <description>&lt;P&gt;try to replace your workflow with this and then plugin your values &lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/apache/oozie/blob/master/examples/src/main/apps/distcp/workflow.xml" target="_blank"&gt;https://github.com/apache/oozie/blob/master/examples/src/main/apps/distcp/workflow.xml&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2015 00:21:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-submit-Oozie-workflow-with-distcp-action/m-p/100079#M13053</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2015-12-30T00:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Could not submit Oozie workflow with distcp-action</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-submit-Oozie-workflow-with-distcp-action/m-p/100080#M13054</link>
      <description>&lt;P&gt;I changed the workflow as you suggested&lt;/P&gt;&lt;P&gt;&amp;lt;workflow-app xmlns="uri:oozie:workflow:0.3" name="pdr-distcp-wf"&amp;gt;
 &amp;lt;start to="distcp-node"/&amp;gt;
  &amp;lt;action name="distcp-node"&amp;gt;
   &amp;lt;distcp xmlns="uri:oozie:distcp-action:0.1"&amp;gt;
            &amp;lt;job-tracker&amp;gt;${jobTracker}&amp;lt;/job-tracker&amp;gt;
            &amp;lt;name-node&amp;gt;${nameNode1}&amp;lt;/name-node&amp;gt;
            &amp;lt;arg&amp;gt;${SourceDir}&amp;lt;/arg&amp;gt;
            &amp;lt;arg&amp;gt;${TargetDir}&amp;lt;/arg&amp;gt;
   &amp;lt;configuration&amp;gt;
     &amp;lt;property&amp;gt;
       &amp;lt;name&amp;gt;oozie.launcher.mapreduce.job.hdfs-servers&amp;lt;/name&amp;gt;
       &amp;lt;value&amp;gt;${nameNode1},${nameNode2}&amp;lt;/value&amp;gt;
     &amp;lt;/property&amp;gt;
   &amp;lt;/configuration&amp;gt;
   &amp;lt;arg&amp;gt;${SourceDir}&amp;lt;/arg&amp;gt;
   &amp;lt;arg&amp;gt;${TargetDir}&amp;lt;/arg&amp;gt;
  &amp;lt;/distcp&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;/P&gt;&lt;P&gt;But still the same error&lt;/P&gt;&lt;P&gt;Error: Invalid app definition, org.xml.sax.SAXParseException; lineNumber: 9; columnNumber: 19; cvc-complex-type.2.4.a: Invalid content was found starting with element 'configuration'. One of '{"uri:oozie:distcp-action:0.1":arg}' is expected&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2015 03:10:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-submit-Oozie-workflow-with-distcp-action/m-p/100080#M13054</guid>
      <dc:creator>venkata_gangava</dc:creator>
      <dc:date>2015-12-30T03:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Could not submit Oozie workflow with distcp-action</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-submit-Oozie-workflow-with-distcp-action/m-p/100081#M13055</link>
      <description>&lt;P&gt;I did as you said. Below is the changed workflow.&lt;/P&gt;&lt;P&gt;&amp;lt;workflow-app xmlns="uri:oozie:workflow:0.3" name="pdr-distcp-wf"&amp;gt;
 &amp;lt;start to="distcp-node"/&amp;gt;
  &amp;lt;action name="distcp-node"&amp;gt;
   &amp;lt;distcp xmlns="uri:oozie:distcp-action:0.1"&amp;gt;
            &amp;lt;job-tracker&amp;gt;${jobTracker}&amp;lt;/job-tracker&amp;gt;
            &amp;lt;name-node&amp;gt;${nameNode1}&amp;lt;/name-node&amp;gt;
            &amp;lt;arg&amp;gt;${SourceDir}&amp;lt;/arg&amp;gt;
            &amp;lt;arg&amp;gt;${TargetDir}&amp;lt;/arg&amp;gt;
   &amp;lt;configuration&amp;gt;
     &amp;lt;property&amp;gt;
       &amp;lt;name&amp;gt;oozie.launcher.mapreduce.job.hdfs-servers&amp;lt;/name&amp;gt;
       &amp;lt;value&amp;gt;${nameNode1},${nameNode2}&amp;lt;/value&amp;gt;
     &amp;lt;/property&amp;gt;
   &amp;lt;/configuration&amp;gt;
   &amp;lt;arg&amp;gt;${SourceDir}&amp;lt;/arg&amp;gt;
   &amp;lt;arg&amp;gt;${TargetDir}&amp;lt;/arg&amp;gt;
  &amp;lt;/distcp&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;/P&gt;&lt;P&gt;I still see the below error&lt;/P&gt;&lt;P&gt;Error: Invalid app definition, org.xml.sax.SAXParseException; lineNumber: 9; columnNumber: 19; cvc-complex-type.2.4.a: Invalid content was found starting with element 'configuration'. One of '{"uri:oozie:distcp-action:0.1":arg}' is expected.&lt;/P&gt;&lt;P&gt;Please advice&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2016 23:36:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-submit-Oozie-workflow-with-distcp-action/m-p/100081#M13055</guid>
      <dc:creator>venkata_gangava</dc:creator>
      <dc:date>2016-01-05T23:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Could not submit Oozie workflow with distcp-action</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-submit-Oozie-workflow-with-distcp-action/m-p/100082#M13056</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1321/venkatagangavarapu.html" nodeid="1321"&gt;@Venkata Sridhar Gangavarapu&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1321/venkatagangavarapu.html" nodeid="1321"&gt;&lt;/A&gt;In the example from the oozie github, all of the &amp;lt;arg&amp;gt; parameters are after the &amp;lt;configuration&amp;gt; section. In your latest example, you have &amp;lt;arg&amp;gt; statements on both sides of the &amp;lt;configuration&amp;gt; block. Try moving all of your &amp;lt;arg&amp;gt;s to after the &amp;lt;configuration&amp;gt; block. It seems to be expecting the &amp;lt;configuration&amp;gt; block before any &amp;lt;arg&amp;gt; statements.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2016 22:08:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-submit-Oozie-workflow-with-distcp-action/m-p/100082#M13056</guid>
      <dc:creator>emaxwell</dc:creator>
      <dc:date>2016-01-15T22:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Could not submit Oozie workflow with distcp-action</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-submit-Oozie-workflow-with-distcp-action/m-p/100083#M13057</link>
      <description>&lt;P&gt;Hey Emaxwell,&lt;/P&gt;&lt;P&gt;You are correct. The args should be after the configuration block is closed. The workflow is valid now&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/393/aervits.html"&gt;Artem Ervits&lt;/A&gt;: Thank you so much for your help on this.&lt;/P&gt;&lt;P&gt;The issue is resolved..!!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jan 2016 00:31:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-submit-Oozie-workflow-with-distcp-action/m-p/100083#M13057</guid>
      <dc:creator>venkata_gangava</dc:creator>
      <dc:date>2016-01-16T00:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Could not submit Oozie workflow with distcp-action</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-submit-Oozie-workflow-with-distcp-action/m-p/100084#M13058</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1321/venkatagangavarapu.html" nodeid="1321"&gt;@Venkata Sridhar Gangavarapu&lt;/A&gt; you're welcome, please choose the answer that was most relevant and mark as accepted.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jan 2016 00:32:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-submit-Oozie-workflow-with-distcp-action/m-p/100084#M13058</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-01-16T00:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Could not submit Oozie workflow with distcp-action</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-submit-Oozie-workflow-with-distcp-action/m-p/100085#M13059</link>
      <description>&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;The problem is here you declared args parameter before the configuration you should declare the args after the configuration it won't give you an error. I tested it it's working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;
&lt;/P&gt;&lt;P&gt;&amp;lt;workflow-app xmlns="uri:oozie:workflow:0.2" name="pdr-distcp-wf"&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;start to="distcp-node"/&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;action name="distcp-node"&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;distcp xmlns="uri:oozie:distcp-action:0.2"&amp;gt;&lt;/P&gt;&lt;P&gt;            &amp;lt;job-tracker&amp;gt;${jobTracker}&amp;lt;/job-tracker&amp;gt;&lt;/P&gt;&lt;P&gt;            &amp;lt;name-node&amp;gt;${nameNode1}&amp;lt;/name-node&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;configuration&amp;gt;&lt;/P&gt;&lt;P&gt;     &amp;lt;property&amp;gt;&lt;/P&gt;&lt;P&gt;       &amp;lt;name&amp;gt;oozie.launcher.mapreduce.job.hdfs-servers&amp;lt;/name&amp;gt;&lt;/P&gt;&lt;P&gt;       &amp;lt;value&amp;gt;${nameNode1},${nameNode2}&amp;lt;/value&amp;gt;&lt;/P&gt;&lt;P&gt;     &amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;/configuration&amp;gt;&lt;/P&gt;&lt;P&gt;            &amp;lt;arg&amp;gt;${SourceDir}&amp;lt;/arg&amp;gt;&lt;/P&gt;&lt;P&gt;            &amp;lt;arg&amp;gt;${TargetDir}&amp;lt;/arg&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/distcp&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;ok to="end"/&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;error to="kill"/&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;/action&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;kill name="kill"&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;message&amp;gt;Action failed, error message[${wf:errorMessage(wf:lastErrorNode())}]&amp;lt;/message&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/kill&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;end name="end"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/workflow-app&amp;gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2016 15:26:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Could-not-submit-Oozie-workflow-with-distcp-action/m-p/100085#M13059</guid>
      <dc:creator>viswa_come</dc:creator>
      <dc:date>2016-01-29T15:26:14Z</dc:date>
    </item>
  </channel>
</rss>

