소스 검색

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)