You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2015/12/23 16:10:23 UTC

ambari git commit: AMBARI-14473. Cannot update storm zk quorum from ambari UI (alexantonenko)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.2 e83537911 -> 512a8ad20


AMBARI-14473. Cannot update storm zk quorum from ambari UI (alexantonenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/512a8ad2
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/512a8ad2
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/512a8ad2

Branch: refs/heads/branch-2.2
Commit: 512a8ad20d3380fe9c03955cdf7caf5fe05fe3e7
Parents: e835379
Author: Alex Antonenko <hi...@gmail.com>
Authored: Wed Dec 23 14:10:07 2015 +0200
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Wed Dec 23 17:10:21 2015 +0200

----------------------------------------------------------------------
 .../common-services/STORM/0.9.1.2.1/configuration/storm-site.xml  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/512a8ad2/ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/configuration/storm-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/configuration/storm-site.xml b/ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/configuration/storm-site.xml
index 3e9a90e..4719dbb 100644
--- a/ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/configuration/storm-site.xml
+++ b/ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/configuration/storm-site.xml
@@ -44,8 +44,7 @@
     <value>['localhost']</value>
     <description>A list of hosts of ZooKeeper servers used to manage the cluster.</description>
     <value-attributes>
-      <type>componentHosts</type>
-      <editable-only-at-install>true</editable-only-at-install>
+      <type>multiLine</type>
       <overridable>false</overridable>
     </value-attributes>
   </property>