YARN-20. More information for yarn.resourcemanager.webapp.address in yarn-default.xml (Bartosz Ługowski vai tgraves)

This commit is contained in:
Thomas Graves 2015-05-08 17:20:09 +00:00
parent a2d40bced9
commit f0f5e3c075
2 changed files with 13 additions and 2 deletions

View File

@ -196,6 +196,9 @@ Release 2.8.0 - UNRELEASED
YARN-2784. Make POM project names consistent. (Rohith via devaraj) YARN-2784. Make POM project names consistent. (Rohith via devaraj)
YARN-20. More information for "yarn.resourcemanager.webapp.address" in
yarn-default.xml (Bartosz Ługowski vai tgraves)
OPTIMIZATIONS OPTIMIZATIONS
YARN-3339. TestDockerContainerExecutor should pull a single image and not YARN-3339. TestDockerContainerExecutor should pull a single image and not

View File

@ -111,13 +111,21 @@
</property> </property>
<property> <property>
<description>The http address of the RM web application.</description> <description>
The http address of the RM web application.
If only a host is provided as the value,
the webapp will be served on a random port.
</description>
<name>yarn.resourcemanager.webapp.address</name> <name>yarn.resourcemanager.webapp.address</name>
<value>${yarn.resourcemanager.hostname}:8088</value> <value>${yarn.resourcemanager.hostname}:8088</value>
</property> </property>
<property> <property>
<description>The https adddress of the RM web application.</description> <description>
The https address of the RM web application.
If only a host is provided as the value,
the webapp will be served on a random port.
</description>
<name>yarn.resourcemanager.webapp.https.address</name> <name>yarn.resourcemanager.webapp.https.address</name>
<value>${yarn.resourcemanager.hostname}:8090</value> <value>${yarn.resourcemanager.hostname}:8090</value>
</property> </property>