<?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: HadoopAccessorException: E0900: Jobtracker [hostname:8021] not allowed, not in Oozie in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HadoopAccessorException-E0900-Jobtracker-hostname-8021-not/m-p/15748#M2307</link>
    <description>&lt;P&gt;Thanks Harsh,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked it out earlier for safety valve, but it is empty. This is a newly installed cluster, defaulty the mapred property in oozie is set to mapreduce and I changed it to Yarn. In mapreduce mode jobs are executing but in Yarn mode it is throwing this error.&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jul 2014 18:26:52 GMT</pubDate>
    <dc:creator>psy</dc:creator>
    <dc:date>2014-07-21T18:26:52Z</dc:date>
    <item>
      <title>HadoopAccessorException: E0900: Jobtracker [hostname:8021] not allowed, not in Oozie</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HadoopAccessorException-E0900-Jobtracker-hostname-8021-not/m-p/15266#M2305</link>
      <description>&lt;P&gt;I have a cluster managed using CM5.0 and has both mapreduce and Yarn installed and running. I want to make oozie to submit jobs to yarn rather than mapreduce. So in Oozie configuration through Cloudera Manager, changed the mapreduce properties to yarn so that oozie can submit all jobs to Resorce manager. But when I submit the workflow defined in oozie (through hue) it is still submiting the jobs to jobTracker and showing the below error,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;HadoopAcce&lt;/SPAN&gt;&lt;SPAN&gt;ssorExcept&lt;/SPAN&gt;&lt;SPAN&gt;ion: E0900: Jobtracker [hostname:&lt;/SPAN&gt;&lt;SPAN&gt;8021] not allowed, not in Oozie&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How I can make Oozie to automatically pick yarn configurations (hostname:8032) so that it is submitted to Resource manager? Someone's help will be greatly appreciated!! Thanks in advance. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:02:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HadoopAccessorException-E0900-Jobtracker-hostname-8021-not/m-p/15266#M2305</guid>
      <dc:creator>psy</dc:creator>
      <dc:date>2022-09-16T09:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: HadoopAccessorException: E0900: Jobtracker [hostname:8021] not allowed, not in Oozie</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HadoopAccessorException-E0900-Jobtracker-hostname-8021-not/m-p/15472#M2306</link>
      <description>Do you perhaps have safety valve overrides in your Hue Configuration page in CM that is setting the default mapred_clusters to a MR1 location?&lt;BR /&gt;&lt;BR /&gt;If so, please remove them away since you have switched over to YARN now. Doing that will resolve it.&lt;BR /&gt;&lt;BR /&gt;Also ensure that Hue's MapReduce Cluster setting is set to your YARN service and not the MR1 service.</description>
      <pubDate>Sun, 20 Jul 2014 06:16:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HadoopAccessorException-E0900-Jobtracker-hostname-8021-not/m-p/15472#M2306</guid>
      <dc:creator>Harsh J</dc:creator>
      <dc:date>2014-07-20T06:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: HadoopAccessorException: E0900: Jobtracker [hostname:8021] not allowed, not in Oozie</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HadoopAccessorException-E0900-Jobtracker-hostname-8021-not/m-p/15748#M2307</link>
      <description>&lt;P&gt;Thanks Harsh,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked it out earlier for safety valve, but it is empty. This is a newly installed cluster, defaulty the mapred property in oozie is set to mapreduce and I changed it to Yarn. In mapreduce mode jobs are executing but in Yarn mode it is throwing this error.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2014 18:26:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HadoopAccessorException-E0900-Jobtracker-hostname-8021-not/m-p/15748#M2307</guid>
      <dc:creator>psy</dc:creator>
      <dc:date>2014-07-21T18:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: HadoopAccessorException: E0900: Jobtracker [hostname:8021] not allowed, not in Oozie</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HadoopAccessorException-E0900-Jobtracker-hostname-8021-not/m-p/15758#M2308</link>
      <description>If its of any help, the error is sourced from the client's values. The client here is Hue, which is sending the jobtracker value for the WF as the MR1 URL instead of the MR2 RM one.&lt;BR /&gt;&lt;BR /&gt;As a result, since the Oozie server is pre-tuned to only talk to YARN service, it rejects the client (Hue) cause its passed JT location is invalid for the current whitelist of RMs.&lt;BR /&gt;&lt;BR /&gt;You should look further into why Hue is still sending the MR1 properties along, instead of MR2. Perhaps the values are embedded into the WF application, or perhaps the Hue service has not been configured to also talk to the YARN service (via its CM Hue Configuration page, just like how you switched Oozie to talk to YARN).&lt;BR /&gt;&lt;BR /&gt;The Oozie server isn't at fault here.</description>
      <pubDate>Mon, 21 Jul 2014 19:13:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HadoopAccessorException-E0900-Jobtracker-hostname-8021-not/m-p/15758#M2308</guid>
      <dc:creator>Harsh J</dc:creator>
      <dc:date>2014-07-21T19:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: HadoopAccessorException: E0900: Jobtracker [hostname:8021] not allowed, not in Oozie</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HadoopAccessorException-E0900-Jobtracker-hostname-8021-not/m-p/16958#M2309</link>
      <description>&lt;P&gt;IIRC, for Hue to switch between MR1 and MR2, you have to ensure that a few of the other services are also switched. &amp;nbsp;For example, in CM's Hive configuration page, I believe it has a similar config property to Oozie's that lets you switch between MR1 and MR2. &amp;nbsp;Make sure they are both set to MR2. &amp;nbsp;You should also check if any other services have a similar property. &amp;nbsp;Then restart Hue, of course.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2014 18:53:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HadoopAccessorException-E0900-Jobtracker-hostname-8021-not/m-p/16958#M2309</guid>
      <dc:creator>Robert K</dc:creator>
      <dc:date>2014-08-14T18:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: HadoopAccessorException: E0900: Jobtracker [hostname:8021] not allowed, not in Oozie</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HadoopAccessorException-E0900-Jobtracker-hostname-8021-not/m-p/33003#M2310</link>
      <description>&lt;P&gt;Thanks for valuable information . I have fixed the above issue by changing the&amp;nbsp;&lt;SPAN&gt;MapReduce Service property value in hive configuration file to Yarn.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2015 15:21:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HadoopAccessorException-E0900-Jobtracker-hostname-8021-not/m-p/33003#M2310</guid>
      <dc:creator>asingh18</dc:creator>
      <dc:date>2015-10-15T15:21:30Z</dc:date>
    </item>
  </channel>
</rss>

