summaryrefslogtreecommitdiff
path: root/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/configuration/yarn-site.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/configuration/yarn-site.xml')
-rw-r--r--ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/configuration/yarn-site.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/configuration/yarn-site.xml b/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/configuration/yarn-site.xml
index 802a1f5d0b..59d4964615 100644
--- a/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/configuration/yarn-site.xml
+++ b/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/configuration/yarn-site.xml
@@ -26,24 +26,28 @@
<property>
<name>yarn.resourcemanager.hostname</name>
<value>localhost</value>
+ <property-type>DONT_ADD_ON_UPGRADE</property-type>
<description>The hostname of the RM.</description>
</property>
<property>
<name>yarn.resourcemanager.resource-tracker.address</name>
<value>localhost:8025</value>
+ <property-type>DONT_ADD_ON_UPGRADE</property-type>
<description> The address of ResourceManager. </description>
</property>
<property>
<name>yarn.resourcemanager.scheduler.address</name>
<value>localhost:8030</value>
+ <property-type>DONT_ADD_ON_UPGRADE</property-type>
<description>The address of the scheduler interface.</description>
</property>
<property>
<name>yarn.resourcemanager.address</name>
<value>localhost:8050</value>
+ <property-type>DONT_ADD_ON_UPGRADE</property-type>
<description>
The address of the applications manager interface in the
RM.
@@ -53,6 +57,7 @@
<property>
<name>yarn.resourcemanager.admin.address</name>
<value>localhost:8141</value>
+ <property-type>DONT_ADD_ON_UPGRADE</property-type>
<description>The address of the RM admin interface.</description>
</property>
@@ -372,6 +377,7 @@
<property>
<name>yarn.resourcemanager.webapp.address</name>
<value>localhost:8088</value>
+ <property-type>DONT_ADD_ON_UPGRADE</property-type>
<description>
The address of the RM web application.
</description>
@@ -380,6 +386,7 @@
<property>
<name>yarn.resourcemanager.webapp.https.address</name>
<value>localhost:8090</value>
+ <property-type>DONT_ADD_ON_UPGRADE</property-type>
<description>
The https address of the RM web application.
</description>
@@ -396,6 +403,7 @@
<property>
<name>yarn.log.server.url</name>
<value>http://localhost:19888/jobhistory/logs</value>
+ <property-type>DONT_ADD_ON_UPGRADE</property-type>
<description>
URI for the HistoryServer's log resource
</description>