<?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 Change oozie-oozi folder location in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Change-oozie-oozi-folder-location/m-p/24956#M5081</link>
    <description>&lt;P&gt;I was&amp;nbsp;trying to run a mapreduce job example in hue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I submitted a pig job through oozie, I see a folder was created on HDFS as "/user/&amp;lt;&lt;EM&gt;my_user_name&lt;/EM&gt;&amp;gt;/oozie-oozi". And there is a "pig-pig" folder in it which includes an output folder and an action.xml file. This "oozie-oozi" folder seems like a task's attempts working directory, and only has contents when job is running and got cleaned up when job is done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone please help me understand what this "oozie-oozi" folder is? And how can I configure to change the location of this folder?&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2022 09:22:20 GMT</pubDate>
    <dc:creator>njin</dc:creator>
    <dc:date>2022-09-16T09:22:20Z</dc:date>
    <item>
      <title>Change oozie-oozi folder location</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Change-oozie-oozi-folder-location/m-p/24956#M5081</link>
      <description>&lt;P&gt;I was&amp;nbsp;trying to run a mapreduce job example in hue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I submitted a pig job through oozie, I see a folder was created on HDFS as "/user/&amp;lt;&lt;EM&gt;my_user_name&lt;/EM&gt;&amp;gt;/oozie-oozi". And there is a "pig-pig" folder in it which includes an output folder and an action.xml file. This "oozie-oozi" folder seems like a task's attempts working directory, and only has contents when job is running and got cleaned up when job is done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone please help me understand what this "oozie-oozi" folder is? And how can I configure to change the location of this folder?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:22:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Change-oozie-oozi-folder-location/m-p/24956#M5081</guid>
      <dc:creator>njin</dc:creator>
      <dc:date>2022-09-16T09:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Change oozie-oozi folder location</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Change-oozie-oozi-folder-location/m-p/25097#M5082</link>
      <description>The oozie-oozi is the system-id of your Oozie server, and the contents of such a directory on HDFS carries job running data pertaining to your various actions under it.&lt;BR /&gt;&lt;BR /&gt;This path is not configurable at the moment, however, as it roots itself on the user's home directory on the FS, which on HDFS translates to /user/&amp;lt;my_user_name&amp;gt;.&lt;BR /&gt;&lt;BR /&gt;Is the presence of the directory causing a problem? The directory is cleaned up at the end typically.</description>
      <pubDate>Fri, 27 Feb 2015 04:17:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Change-oozie-oozi-folder-location/m-p/25097#M5082</guid>
      <dc:creator>Harsh J</dc:creator>
      <dc:date>2015-02-27T04:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Change oozie-oozi folder location</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Change-oozie-oozi-folder-location/m-p/25319#M5083</link>
      <description>&lt;P&gt;Thanks Harsh, the answer is really helpful. I can better understand this directory now.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2015 18:39:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Change-oozie-oozi-folder-location/m-p/25319#M5083</guid>
      <dc:creator>njin</dc:creator>
      <dc:date>2015-03-05T18:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Change oozie-oozi folder location</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Change-oozie-oozi-folder-location/m-p/390548#M5084</link>
      <description>&lt;P&gt;I'm running oozie HA 5.2.1 on EMR and I have an issue with this temporary directory. I have a workflow which has start node -&amp;gt; action node -&amp;gt; end node. The job start running -&amp;gt; runs for 10-15 minutes -&amp;gt; is initially marked as successful -&amp;gt; is marked as failed. The error is JA008 File or directory not found for the /user/oozie/oozie-oozi/"oozie_job_id"/"ActionName"--java directory. I'm running in parallel a script which looks at this directory as well as the state of the workflow and while running this directory contains action.xml and launcher.xml file -&amp;gt; before marking it as SUCCEDED it adds the action-data.seq file -&amp;gt; after it marks it as succeeded it deletes this directory -&amp;gt; after 1-2 minutes marks it as failed with the error above. It looks like oozie is checking again for that directory after it previously deleted it.&lt;/P&gt;&lt;P&gt;Although this jobs is marked as failed from oozie perspective in reality this job is successful (checking in the RM UI the jobs status and the logs).&lt;/P&gt;&lt;P&gt;This error occurs multiple times a day. Sometimes the workflow is succeeded other times is marked as failed from oozie perspective but in reality is succeeded.&lt;/P&gt;&lt;P&gt;Any idea why this happens (looks like a race condition) ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 12:14:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Change-oozie-oozi-folder-location/m-p/390548#M5084</guid>
      <dc:creator>StefanSs</dc:creator>
      <dc:date>2024-07-18T12:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Change oozie-oozi folder location</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Change-oozie-oozi-folder-location/m-p/390565#M5085</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/111914"&gt;@StefanSs&lt;/a&gt;&amp;nbsp;As this is an older post, you would have a better chance of receiving a resolution by&lt;A href="“https://community.cloudera.com/t5/forums/postpage/board-id/Questions”" target="_blank"&gt; starting a new thread&lt;/A&gt;. This will also be an opportunity to provide details specific to your environment that could aid others in assisting you with a more accurate answer to your question. You can link this thread as a reference in your new post. Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 17:51:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Change-oozie-oozi-folder-location/m-p/390565#M5085</guid>
      <dc:creator>DianaTorres</dc:creator>
      <dc:date>2024-07-18T17:51:15Z</dc:date>
    </item>
  </channel>
</rss>

