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

git commit: AMBARI-4604. UI is not reflecting HBase Master active status. (onechiporenko)

Updated Branches:
  refs/heads/trunk 2ebdc7f15 -> 317da3335


AMBARI-4604. UI is not reflecting HBase Master active status. (onechiporenko)


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

Branch: refs/heads/trunk
Commit: 317da3335701b4457e5fd821a393659a127bc549
Parents: 2ebdc7f
Author: Oleg Nechiporenko <on...@apache.org>
Authored: Tue Feb 11 17:25:02 2014 +0200
Committer: Oleg Nechiporenko <on...@apache.org>
Committed: Tue Feb 11 17:48:36 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/317da333/ambari-web/app/controllers/global/update_controller.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/global/update_controller.js b/ambari-web/app/controllers/global/update_controller.js
index 59d7eff..739dd72 100644
--- a/ambari-web/app/controllers/global/update_controller.js
+++ b/ambari-web/app/controllers/global/update_controller.js
@@ -125,7 +125,7 @@ App.UpdateController = Em.Controller.extend({
               "ServiceComponentInfo/rm_metrics/cluster/unhealthyNMcount," +
               "ServiceComponentInfo/rm_metrics/cluster/rebootedNMcount," +
               "ServiceComponentInfo/rm_metrics/cluster/decommissionedNMcount",
-      'HBASE': "host_components/metrics/hbase/master/IsActiveMaster" +
+      'HBASE': "host_components/metrics/hbase/master/IsActiveMaster," +
                "ServiceComponentInfo/MasterStartTime," +
                "ServiceComponentInfo/MasterActiveTime," +
                "ServiceComponentInfo/AverageLoad," +