summaryrefslogtreecommitdiff
path: root/ambari-server/src/main/resources/stacks/HDP/2.1/services/YARN/configuration/yarn-site.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ambari-server/src/main/resources/stacks/HDP/2.1/services/YARN/configuration/yarn-site.xml')
-rw-r--r--ambari-server/src/main/resources/stacks/HDP/2.1/services/YARN/configuration/yarn-site.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1/services/YARN/configuration/yarn-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.1/services/YARN/configuration/yarn-site.xml
index 667c37439c..732cef18a2 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.1/services/YARN/configuration/yarn-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.1/services/YARN/configuration/yarn-site.xml
@@ -61,6 +61,7 @@
<property>
<name>yarn.timeline-service.webapp.address</name>
<value>localhost:8188</value>
+ <property-type>DONT_ADD_ON_UPGRADE</property-type>
<description>
The http address of the timeline service web application.
</description>
@@ -69,6 +70,7 @@
<property>
<name>yarn.timeline-service.webapp.https.address</name>
<value>localhost:8190</value>
+ <property-type>DONT_ADD_ON_UPGRADE</property-type>
<description>
The http address of the timeline service web application.
</description>
@@ -77,6 +79,7 @@
<property>
<name>yarn.timeline-service.address</name>
<value>localhost:10200</value>
+ <property-type>DONT_ADD_ON_UPGRADE</property-type>
<description>
This is default address for the timeline server to start
the RPC server.