Skip to content

Instantly share code, notes, and snippets.

@oza
Last active December 25, 2015 13:19
Show Gist options
  • Save oza/6982570 to your computer and use it in GitHub Desktop.
Save oza/6982570 to your computer and use it in GitHub Desktop.
How to enable resourcemanager's ha mode
<configuration>
<!-- Site specific YARN configuration properties -->
<property>
<name>yarn.resourcemanager.ha.enabled</name>
<value>true</value>
<description></description>
</property>
<property>
<name>yarn.resourcemanager.ha.id</name>
<value>rm1</value>
<description></description>
</property>
<property>
<name>yarn.resourcemanager.ha.rm-ids</name>
<value>rm1</value>
<description></description>
</property>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment