|
@@ -100,11 +100,17 @@
|
|
|
</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>
|
|
|
<value>${yarn.resourcemanager.hostname}:8088</value>
|
|
|
</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>
|
|
|
<name>yarn.resourcemanager.resource-tracker.address</name>
|
|
|
<value>${yarn.resourcemanager.hostname}:8031</value>
|