You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by at...@apache.org on 2014/01/29 19:49:47 UTC

git commit: AMBARI-4458 Storm: Activate by default, second patch. (Denys Buzhor via atkach)

Updated Branches:
  refs/heads/trunk fd1da9bd6 -> ea420ff9c


AMBARI-4458 Storm: Activate by default, second patch. (Denys Buzhor via atkach)


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

Branch: refs/heads/trunk
Commit: ea420ff9c3a13d50cdabd4a73f5fa7f24398076d
Parents: fd1da9b
Author: atkach <at...@hortonworks.com>
Authored: Wed Jan 29 20:49:43 2014 +0200
Committer: atkach <at...@hortonworks.com>
Committed: Wed Jan 29 20:49:43 2014 +0200

----------------------------------------------------------------------
 ambari-web/app/models/service_config.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/ea420ff9/ambari-web/app/models/service_config.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/models/service_config.js b/ambari-web/app/models/service_config.js
index 6d1c145..620493b 100644
--- a/ambari-web/app/models/service_config.js
+++ b/ambari-web/app/models/service_config.js
@@ -396,7 +396,6 @@ App.ServiceConfigProperty = Ember.Object.extend({
         this.set('value', masterComponentHostsInDB.findProperty('component', 'OOZIE_SERVER').hostName);
         break;
       case 'storm.zookeeper.servers':
-        if (!App.supports.storm) return;
       case 'zookeeperserver_hosts':
         this.set('value', masterComponentHostsInDB.filterProperty('component', 'ZOOKEEPER_SERVER').mapProperty('hostName'));
         break;