Skip to content

Instantly share code, notes, and snippets.

@iandow
Created January 28, 2019 22:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iandow/78f1c783d49acf005853f73804b96cf2 to your computer and use it in GitHub Desktop.
Save iandow/78f1c783d49acf005853f73804b96cf2 to your computer and use it in GitHub Desktop.
<configuration>
<!-- Site specific YARN configuration properties -->
<property>
<name>yarn.resourcemanager.hostname</name>
<value>nodeb</value>
<description>host is the hostname of the resourcemanager</description>
</property>
<property>
<name>yarn.resourcemanager.recovery.enabled</name>
<value>true</value>
<description>RM Recovery Enabled</description>
</property>
<!-- :::CAUTION::: DO NOT EDIT ANYTHING ON OR ABOVE THIS LINE -->
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment