Selaa lähdekoodia

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

Oleg Nechiporenko 11 vuotta sitten
vanhempi
commit
da607636e9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      ambari-web/app/controllers/wizard/step4_controller.js

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

@@ -116,7 +116,7 @@ App.WizardStep4Controller = Em.ArrayController.extend({
    * @return {Boolean}
    */
   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)