Browse Source

AMBARI-3711. Installer wizard: Zookeeper service should be a requirement for Hive+WebHcat service. (onechiporenko)

Oleg Nechiporenko 11 năm trước cách đây
mục cha
commit
da607636e9

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

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