YARN-1260. Added webapp.http.address to yarn-default.xml so that default install with https enabled doesn't have broken link on NM UI. Contributed by Omkar Vinit Joshi.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1528312 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fc5bd930df
commit
cb44a4b850
@ -117,6 +117,10 @@ Release 2.1.2 - UNRELEASED
|
|||||||
YARN-1262. TestApplicationCleanup relies on all containers assigned in a
|
YARN-1262. TestApplicationCleanup relies on all containers assigned in a
|
||||||
single heartbeat (Karthik Kambatla via Sandy Ryza)
|
single heartbeat (Karthik Kambatla via Sandy Ryza)
|
||||||
|
|
||||||
|
YARN-1260. Added webapp.http.address to yarn-default.xml so that default
|
||||||
|
install with https enabled doesn't have broken link on NM UI. (Omkar Vinit
|
||||||
|
Joshi via vinodkv)
|
||||||
|
|
||||||
Release 2.1.1-beta - 2013-09-23
|
Release 2.1.1-beta - 2013-09-23
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -100,11 +100,17 @@
|
|||||||
</property>
|
</property>
|
||||||
|
|
||||||
<property>
|
<property>
|
||||||
<description>The address of the RM web application.</description>
|
<description>The http address of the RM web application.</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>
|
||||||
|
<description>The https adddress of the RM web application.</description>
|
||||||
|
<name>yarn.resourcemanager.webapp.https.address</name>
|
||||||
|
<value>${yarn.resourcemanager.hostname}:8090</value>
|
||||||
|
</property>
|
||||||
|
|
||||||
<property>
|
<property>
|
||||||
<name>yarn.resourcemanager.resource-tracker.address</name>
|
<name>yarn.resourcemanager.resource-tracker.address</name>
|
||||||
<value>${yarn.resourcemanager.hostname}:8031</value>
|
<value>${yarn.resourcemanager.hostname}:8031</value>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user