Created
January 28, 2019 22:42
-
-
Save iandow/78f1c783d49acf005853f73804b96cf2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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