Jelajahi Sumber

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

atkach 11 tahun lalu
induk
melakukan
ea420ff9c3
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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;