summaryrefslogtreecommitdiff
path: root/ambari-server/src/main/resources/stacks/HDP/2.3/services/STORM/configuration/storm-site.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ambari-server/src/main/resources/stacks/HDP/2.3/services/STORM/configuration/storm-site.xml')
-rw-r--r--ambari-server/src/main/resources/stacks/HDP/2.3/services/STORM/configuration/storm-site.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/STORM/configuration/storm-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/services/STORM/configuration/storm-site.xml
index ca6d2b6d10..6a5e6db70f 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/STORM/configuration/storm-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/STORM/configuration/storm-site.xml
@@ -22,6 +22,7 @@
<property>
<name>nimbus.seeds</name>
<value>localhost</value>
+ <property-type>DONT_ADD_ON_UPGRADE</property-type>
<description>Comma-delimited list of the hosts running nimbus server.</description>
<value-attributes>
<type>componentHosts</type>
@@ -52,6 +53,7 @@
<property>
<name>nimbus.host</name>
<value>localhost</value>
+ <property-type>DONT_ADD_ON_UPGRADE</property-type>
<description>Deprecated config in favor of nimbus.seeds used during non HA mode.</description>
<deleted>true</deleted>
</property>