<?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: Falcon with HA Resource Manager in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-with-HA-Resource-Manager/m-p/102140#M14712</link>
    <description>&lt;P&gt;ah nice undercover magic. I will try and see what happens if I switch the active off. &lt;/P&gt;</description>
    <pubDate>Tue, 12 Jan 2016 01:32:51 GMT</pubDate>
    <dc:creator>bleonhardi</dc:creator>
    <dc:date>2016-01-12T01:32:51Z</dc:date>
    <item>
      <title>Falcon with HA Resource Manager</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-with-HA-Resource-Manager/m-p/102138#M14710</link>
      <description>&lt;P&gt;I have seen the question for HA Namenodes however HA Resource Managers still confuse me. In Hue you are for example told to add a second resource manager entry with the same logical hue name. I.e. Hue supports adding two resource manager urls and he will manually try both.&lt;/P&gt;&lt;P&gt;How does that work in Falcon, how can I enter an HA Resource Manager entry into the interfaces of the cluster Entity document. For Namenode HA I would use the logical name and the program would then read the hdfs-site.xml&lt;/P&gt;&lt;P&gt;I have seen the other similar questions for oozie but I am not sure it was answered or I didn't really understand it.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/2740/what-value-should-i-use-for-jobtracker-for-resourc.html"&gt;https://community.hortonworks.com/questions/2740/what-value-should-i-use-for-jobtracker-for-resourc.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;so assuming my active resource manager is &lt;/P&gt;&lt;PRE&gt;mycluster1.com:8050&lt;/PRE&gt;&lt;P&gt;and standby is&lt;/P&gt;&lt;PRE&gt;mycluster2,com:8050&lt;/PRE&gt;</description>
      <pubDate>Tue, 12 Jan 2016 01:29:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-with-HA-Resource-Manager/m-p/102138#M14710</guid>
      <dc:creator>bleonhardi</dc:creator>
      <dc:date>2016-01-12T01:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon with HA Resource Manager</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-with-HA-Resource-Manager/m-p/102139#M14711</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/168/bleonhardi.html" nodeid="168"&gt;@Benjamin Leonhard&lt;/A&gt;&lt;P&gt;RM works on the premise that even if you specify the standby RM URL, it will know to redirect to the active RM. &lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2016 01:31:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-with-HA-Resource-Manager/m-p/102139#M14711</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-01-12T01:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon with HA Resource Manager</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-with-HA-Resource-Manager/m-p/102140#M14712</link>
      <description>&lt;P&gt;ah nice undercover magic. I will try and see what happens if I switch the active off. &lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2016 01:32:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-with-HA-Resource-Manager/m-p/102140#M14712</guid>
      <dc:creator>bleonhardi</dc:creator>
      <dc:date>2016-01-12T01:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon with HA Resource Manager</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-with-HA-Resource-Manager/m-p/102141#M14713</link>
      <description>&lt;H4&gt;Client, ApplicationMaster and NodeManager on RM failover&lt;/H4&gt;&lt;H4&gt;&lt;/H4&gt;&lt;P&gt;When there are multiple RMs, the configuration (yarn-site.xml) used by clients and nodes is expected to list all the RMs. Clients, ApplicationMasters (AMs) and NodeManagers (NMs) try connecting to the RMs in a round-robin fashion until they hit the Active RM. If the Active goes down, they resume the round-robin polling until they hit the “new” Active. This default retry logic is implemented as org.apache.hadoop.yarn.client.ConfiguredRMFailoverProxyProvider. You can override the logic by implementing org.apache.hadoop.yarn.client.RMFailoverProxyProvider and setting the value of yarn.client.failover-proxy-provider to the class name.&lt;/P&gt;&lt;P&gt;here's &lt;A href="https://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/ResourceManagerHA.html"&gt;more&lt;/A&gt; info. &lt;A rel="user" href="https://community.cloudera.com/users/168/bleonhardi.html" nodeid="168"&gt;@Benjamin Leonhardi&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2016 01:34:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-with-HA-Resource-Manager/m-p/102141#M14713</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-01-12T01:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon with HA Resource Manager</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-with-HA-Resource-Manager/m-p/102142#M14714</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/168/bleonhardi.html" nodeid="168"&gt;@Benjamin Leonhardi&lt;/A&gt; are you still having problems with this? Can you provide your own solution or accept best answer?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 05:17:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-with-HA-Resource-Manager/m-p/102142#M14714</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-03T05:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon with HA Resource Manager</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-with-HA-Resource-Manager/m-p/102143#M14715</link>
      <description>&lt;P style="margin-left: 40px;"&gt; &lt;A rel="user" href="https://community.cloudera.com/users/168/bleonhardi.html" nodeid="168"&gt;@Benjamin Leonhardi&lt;/A&gt; did this work as expected?  if we simply select one of the RMs in falcon, will it fail over automatically to secondary?  I am trying to understand the impact if Falcon pointing to RM and that RM goes down.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2016 11:54:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-with-HA-Resource-Manager/m-p/102143#M14715</guid>
      <dc:creator>sunile_manjee</dc:creator>
      <dc:date>2016-07-11T11:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Falcon with HA Resource Manager</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-with-HA-Resource-Manager/m-p/102144#M14716</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1486/smanjee.html" nodeid="1486"&gt;@Sunile Manjee&lt;/A&gt; yeah it works Alex tested it as well. Falcon does not point to one RM. It goes to the yarn-site.xml and finds the RM couple that has one of the ones you specified. Then it tries both. &lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2016 16:50:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Falcon-with-HA-Resource-Manager/m-p/102144#M14716</guid>
      <dc:creator>bleonhardi</dc:creator>
      <dc:date>2016-07-11T16:50:44Z</dc:date>
    </item>
  </channel>
</rss>

