Browse Source

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

atkach 11 years ago
parent
commit
ea420ff9c3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      ambari-web/app/models/service_config.js

+ 0 - 1
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;