瀏覽代碼

AMBARI-4584 Storm: implement ZooKeeper as a required service for Storm in Select Services page. (Denys Buzhor via ababiichuk)

aBabiichuk 11 年之前
父節點
當前提交
b527a781cc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-web/app/controllers/wizard/step4_controller.js

+ 1 - 1
ambari-web/app/controllers/wizard/step4_controller.js

@@ -133,7 +133,7 @@ App.WizardStep4Controller = Em.ArrayController.extend({
    * @return {Boolean}
    */
   needToAddZooKeeper: function() {
-    return this.needAddService('ZOOKEEPER', ['HBASE','HIVE','WEBHCAT']);
+    return this.needAddService('ZOOKEEPER', ['HBASE','HIVE','WEBHCAT','STORM']);
   },
   /**
    * Check whether we should turn on <code>ZooKeeper</code> service (on 2.x stack)