YARN-20. More information for yarn.resourcemanager.webapp.address in yarn-default.xml (Bartosz Ługowski vai tgraves)
This commit is contained in:
parent
a2d40bced9
commit
f0f5e3c075
|
@ -196,6 +196,9 @@ Release 2.8.0 - UNRELEASED
|
|||
|
||||
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
|
||||
|
||||
YARN-3339. TestDockerContainerExecutor should pull a single image and not
|
||||
|
|
|
@ -111,13 +111,21 @@
|
|||
</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>
|
||||
<value>${yarn.resourcemanager.hostname}:8088</value>
|
||||
</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>
|
||||
<value>${yarn.resourcemanager.hostname}:8090</value>
|
||||
</property>
|
||||
|
|
Loading…
Reference in New Issue