<?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: Running shell scripts in oozie using hue in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Running-shell-scripts-in-oozie-using-hue/m-p/41937#M5173</link>
    <description>&lt;P&gt;Keeping the scipt in the lib folder in workspace area works. But this is not an induatrilaised way of executing the stuffs when we have to use generic scripts across many workflows. What could be best option to place the files in a designated /apps directory and then use it for all workflows. Note: - for one shell script its woking. But when some the script invokes some other script within it which are located in sub directories, its not working any more.&lt;/P&gt;&lt;P&gt;Any suggession ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Murari&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jun 2016 09:51:08 GMT</pubDate>
    <dc:creator>murari</dc:creator>
    <dc:date>2016-06-13T09:51:08Z</dc:date>
    <item>
      <title>Running shell scripts in oozie using hue</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Running-shell-scripts-in-oozie-using-hue/m-p/25206#M5165</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using CDH 5.2 on RHEL 6.3.&lt;/P&gt;&lt;P&gt;I want to run shell script &amp;nbsp;using oozie fron HUE.&lt;/P&gt;&lt;P&gt;i am getting an error like this:-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;java.io.IOException: Cannot run program "test.sh" (in directory "/apps/yarn/nm/usercache/tsingh12/appcache/application_1425085556881_0042/container_1425085556881_0042_01_000002"): error=2, No such file or directory
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1047)
	at org.apache.oozie.action.hadoop.ShellMain.execute(ShellMain.java:93)
	at org.apache.oozie.action.hadoop.ShellMain.run(ShellMain.java:55)
	at org.apache.oozie.action.hadoop.LauncherMain.run(LauncherMain.java:39)
	at org.apache.oozie.action.hadoop.ShellMain.main(ShellMain.java:47)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.oozie.action.hadoop.LauncherMapper.map(LauncherMapper.java:227)
	at org.apache.hadoop.mapred.MapRunner.run(MapRunner.java:54)
	at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:450)
	at org.apache.hadoop.mapred.MapTask.run(MapTask.java:343)
	at org.apache.hadoop.mapred.YarnChild$2.run(YarnChild.java:168)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAs(Subject.java:415)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1614)
	at org.apache.hadoop.mapred.YarnChild.main(YarnChild.java:163)
Caused by: java.io.IOException: error=2, No such file or directory
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.&amp;lt;init&amp;gt;(UNIXProcess.java:186)
	at java.lang.ProcessImpl.start(ProcessImpl.java:130)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1028)
	... 17 more&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 13:59:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Running-shell-scripts-in-oozie-using-hue/m-p/25206#M5165</guid>
      <dc:creator>HDFS</dc:creator>
      <dc:date>2026-04-21T13:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Running shell scripts in oozie using hue</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Running-shell-scripts-in-oozie-using-hue/m-p/25208#M5166</link>
      <description>&lt;P&gt;In your shell action, go to "Files" and click "Add path" and then browse to your shell script in HDFS. &amp;nbsp;Then save and run it again and see if that helps. &amp;nbsp;If it does not help, try removing the "#!/...." line at the top of the script and see if that helps.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2015 19:59:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Running-shell-scripts-in-oozie-using-hue/m-p/25208#M5166</guid>
      <dc:creator>cconner</dc:creator>
      <dc:date>2015-03-02T19:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Running shell scripts in oozie using hue</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Running-shell-scripts-in-oozie-using-hue/m-p/25210#M5167</link>
      <description>&lt;P&gt;i was able to solve the problem,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;instead of keeping the file in /user/&amp;lt;home-directory&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i put the script file in /user/&amp;lt;home-directory&amp;gt;/oozie-oozi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and it worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2015 20:47:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Running-shell-scripts-in-oozie-using-hue/m-p/25210#M5167</guid>
      <dc:creator>HDFS</dc:creator>
      <dc:date>2015-03-02T20:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Running shell scripts in oozie using hue</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Running-shell-scripts-in-oozie-using-hue/m-p/33195#M5168</link>
      <description>&lt;P&gt;Copying shell script to oozie-oozi folder did not work for me. Still results in&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;error=2, No such file or directory. I am using&amp;nbsp;&lt;SPAN&gt;Cloudera Enterprise 5.4.7&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2015 23:18:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Running-shell-scripts-in-oozie-using-hue/m-p/33195#M5168</guid>
      <dc:creator>MBFRBSF</dc:creator>
      <dc:date>2015-10-20T23:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Running shell scripts in oozie using hue</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Running-shell-scripts-in-oozie-using-hue/m-p/33236#M5169</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/11669"&gt;@MBFRBSF&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;Copying shell script to oozie-oozi folder did not work for me. Still results in&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;error=2, No such file or directory. I am using&amp;nbsp;&lt;SPAN&gt;Cloudera Enterprise 5.4.7&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;Hi&amp;nbsp;&lt;SPAN class=""&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/11669"&gt;@MBFRBSF&lt;/a&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp;Please try the following.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;1. Just give the name of the file in 'Shell Command' field&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;2. After clicking enter, you see 'Files' button.&amp;nbsp;Select the HDFS path to the script in that field and submit the action.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 20:27:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Running-shell-scripts-in-oozie-using-hue/m-p/33236#M5169</guid>
      <dc:creator>Sai-krish</dc:creator>
      <dc:date>2015-10-21T20:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Running shell scripts in oozie using hue</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Running-shell-scripts-in-oozie-using-hue/m-p/33771#M5170</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to place shell script in the lib folder of the oozie-workflow&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 12:03:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Running-shell-scripts-in-oozie-using-hue/m-p/33771#M5170</guid>
      <dc:creator>sonups3</dc:creator>
      <dc:date>2015-11-04T12:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Running shell scripts in oozie using hue</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Running-shell-scripts-in-oozie-using-hue/m-p/34296#M5171</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to run a simple shell script that has the following content:&lt;BR /&gt;spark-submit –class org.apache.spark.examples.SparkPi –master yarn-client /cloudera/opt/cloudera/parcels/CDH-5.4.7-1.cdh5.4.7.p0.3/lib/spark/lib/spark-examples.jar 100&lt;/P&gt;&lt;P&gt;In the shell command I write script.sh and then I add my file “script.sh” from my HDFS directory.&lt;/P&gt;&lt;P&gt;log4j:WARN No appenders could be found for logger (org.apache.hadoop.mapreduce.v2.app.MRAppMaster).&lt;BR /&gt;log4j:WARN Please initialize the log4j system properly.&lt;BR /&gt;log4j:WARN See &lt;A href="http://logging.apache.org/log4j/1.2/faq.html#noconfig" rel="nofollow" target="_blank"&gt;http://logging.apache.org/log4j/1.2/faq.html#noconfig&lt;/A&gt; for more info.&lt;/P&gt;&lt;P&gt;Kindly if you can assist.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Nov 2015 10:40:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Running-shell-scripts-in-oozie-using-hue/m-p/34296#M5171</guid>
      <dc:creator>syadav</dc:creator>
      <dc:date>2015-11-21T10:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Running shell scripts in oozie using hue</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Running-shell-scripts-in-oozie-using-hue/m-p/34297#M5172</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You need place your shell script in the lib folder of oozie workflow folder.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 21 Nov 2015 11:00:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Running-shell-scripts-in-oozie-using-hue/m-p/34297#M5172</guid>
      <dc:creator>sonups3</dc:creator>
      <dc:date>2015-11-21T11:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Running shell scripts in oozie using hue</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Running-shell-scripts-in-oozie-using-hue/m-p/41937#M5173</link>
      <description>&lt;P&gt;Keeping the scipt in the lib folder in workspace area works. But this is not an induatrilaised way of executing the stuffs when we have to use generic scripts across many workflows. What could be best option to place the files in a designated /apps directory and then use it for all workflows. Note: - for one shell script its woking. But when some the script invokes some other script within it which are located in sub directories, its not working any more.&lt;/P&gt;&lt;P&gt;Any suggession ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Murari&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2016 09:51:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Running-shell-scripts-in-oozie-using-hue/m-p/41937#M5173</guid>
      <dc:creator>murari</dc:creator>
      <dc:date>2016-06-13T09:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Running shell scripts in oozie using hue</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Running-shell-scripts-in-oozie-using-hue/m-p/42528#M5174</link>
      <description>&lt;P&gt;I have done&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/12607"&gt;@Sai-krish&lt;/a&gt; wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/11669"&gt;@MBFRBSF&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;Copying shell script to oozie-oozi folder did not work for me. Still results in&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;error=2, No such file or directory. I am using&amp;nbsp;&lt;SPAN&gt;Cloudera Enterprise 5.4.7&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;Hi&amp;nbsp;&lt;SPAN class=""&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/11669"&gt;@MBFRBSF&lt;/a&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp;Please try the following.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;1. Just give the name of the file in 'Shell Command' field&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;2. After clicking enter, you see 'Files' button.&amp;nbsp;Select the HDFS path to the script in that field and submit the action.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have done it as you suggested, but now it showing another error as below,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Stdoutput 07/01/2016 09:36:29 AM ERROR File "/mnt/yarn/nm/usercache/root/appcache/application_1464237984019_796615/container_e140_1464237984019_796615_01_000002/logger.sh" is not found. Hence terminating the process&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 11:26:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Running-shell-scripts-in-oozie-using-hue/m-p/42528#M5174</guid>
      <dc:creator>Ankith</dc:creator>
      <dc:date>2016-07-01T11:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Running shell scripts in oozie using hue</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Running-shell-scripts-in-oozie-using-hue/m-p/63642#M5175</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which lib folder of oozie workflow should we place the script in? Are there changes in Hue 4.0?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running it via Shell Editor in Hue 4.0 and CDH 5.13 using hive user, I tried to put the script in folders:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- /user/hive/oozie-oozi/test.sh&lt;/P&gt;&lt;P&gt;- /user/hue/oozie/workspaces/hue-oozie-xxxxxxxxx.52/lib&lt;/P&gt;&lt;P&gt;- /user/oozie/share/lib/lib_20171122100655/oozie&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://gethue.com/use-the-shell-action-in-oozie/" target="_blank"&gt;http://gethue.com/use-the-shell-action-in-oozie/&lt;/A&gt; - this also doesn't apply, as I have Hue 4.0 and Shell Editor requires a Script Path. So as I am giving in a Shell Editor a path to the script, which file or directory is oozie workflow looking for?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the same error message as was posted in a first post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Failing Oozie Launcher, Main class [org.apache.oozie.action.hadoop.ShellMain], main() threw exception, Cannot run program "test.sh" (in directory "/yarn/nm/usercache/hive/appcache/application_1515668016860_0017/container_1515668016860_0017_01_000002"): error=2, No such file or directory
java.io.IOException: Cannot run program "test.sh" (in directory "/yarn/nm/usercache/hive/appcache/application_1515668016860_0017/container_1515668016860_0017_01_000002"): error=2, No such file or directory
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1047)
	at org.apache.oozie.action.hadoop.ShellMain.execute(ShellMain.java:111)
	at org.apache.oozie.action.hadoop.ShellMain.run(ShellMain.java:70)
	at org.apache.oozie.action.hadoop.LauncherMain.run(LauncherMain.java:81)
	at org.apache.oozie.action.hadoop.ShellMain.main(ShellMain.java:59)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.oozie.action.hadoop.LauncherMapper.map(LauncherMapper.java:235)
	at org.apache.hadoop.mapred.MapRunner.run(MapRunner.java:54)
	at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:459)
	at org.apache.hadoop.mapred.MapTask.run(MapTask.java:343)
	at org.apache.hadoop.mapred.YarnChild$2.run(YarnChild.java:164)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAs(Subject.java:415)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1917)
	at org.apache.hadoop.mapred.YarnChild.main(YarnChild.java:158)
Caused by: java.io.IOException: error=2, No such file or directory
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.&amp;lt;init&amp;gt;(UNIXProcess.java:186)
	at java.lang.ProcessImpl.start(ProcessImpl.java:130)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1028)
	... 17 more&lt;/PRE&gt;&lt;P&gt;Does anyone know why I cannot run a script?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 10:47:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Running-shell-scripts-in-oozie-using-hue/m-p/63642#M5175</guid>
      <dc:creator>Annkaa</dc:creator>
      <dc:date>2018-01-12T10:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Running shell scripts in oozie using hue</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Running-shell-scripts-in-oozie-using-hue/m-p/65086#M5176</link>
      <description>&lt;P&gt;Is there anyone solve this issue?&lt;/P&gt;&lt;P&gt;Still having same issue&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 22:54:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Running-shell-scripts-in-oozie-using-hue/m-p/65086#M5176</guid>
      <dc:creator>casey325</dc:creator>
      <dc:date>2018-03-02T22:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Running shell scripts in oozie using hue</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Running-shell-scripts-in-oozie-using-hue/m-p/65891#M5177</link>
      <description>&lt;P&gt;Ye even&amp;nbsp; I cannot run shell jobs thru HUE. CAn anyone help.?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 12:49:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Running-shell-scripts-in-oozie-using-hue/m-p/65891#M5177</guid>
      <dc:creator>ManojB</dc:creator>
      <dc:date>2018-03-29T12:49:38Z</dc:date>
    </item>
  </channel>
</rss>

