You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ab...@apache.org on 2014/02/11 17:56:18 UTC

[2/2] git commit: AMBARI-4584 Storm: implement ZooKeeper as a required service for Storm in Select Services page. (Denys Buzhor via ababiichuk)

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


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b527a781
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b527a781
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b527a781

Branch: refs/heads/trunk
Commit: b527a781ccf139e4194f5fb18440b01bee72a28d
Parents: bad3ad2
Author: aBabiichuk <ab...@cybervisiontech.com>
Authored: Tue Feb 11 18:52:11 2014 +0200
Committer: aBabiichuk <ab...@cybervisiontech.com>
Committed: Tue Feb 11 18:52:11 2014 +0200

----------------------------------------------------------------------
 ambari-web/app/controllers/wizard/step4_controller.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/b527a781/ambari-web/app/controllers/wizard/step4_controller.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/wizard/step4_controller.js b/ambari-web/app/controllers/wizard/step4_controller.js
index 5e2f216..4cb3be2 100644
--- a/ambari-web/app/controllers/wizard/step4_controller.js
+++ b/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)