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

git commit: AMBARI-4795. Bulk decommission of RegionServers doesn't work. (yusaku)

Repository: ambari
Updated Branches:
  refs/heads/trunk d79be1109 -> 3b57c215e


AMBARI-4795. Bulk decommission of RegionServers doesn't work. (yusaku)


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

Branch: refs/heads/trunk
Commit: 3b57c215e95f97077651913af1f28def4843da56
Parents: d79be11
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Sat Feb 22 13:02:23 2014 -0800
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Sat Feb 22 13:07:15 2014 -0800

----------------------------------------------------------------------
 ambari-web/app/views/main/host/hosts_table_menu_view.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/3b57c215/ambari-web/app/views/main/host/hosts_table_menu_view.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/views/main/host/hosts_table_menu_view.js b/ambari-web/app/views/main/host/hosts_table_menu_view.js
index bec0bd2..de6d6c3 100644
--- a/ambari-web/app/views/main/host/hosts_table_menu_view.js
+++ b/ambari-web/app/views/main/host/hosts_table_menu_view.js
@@ -194,7 +194,7 @@ App.HostTableMenuView = Em.View.extend({
     }
 
     if (!!App.HBaseService.find().content.length) {
-      var slaveItemsForHBase = this.getSlaveItemsTemplate('HBASE_REGIONSERVER', 'HBASE_REGIONSERVER'); // @todo provide proper component for decommission
+      var slaveItemsForHBase = this.getSlaveItemsTemplate('HBASE_MASTER', 'HBASE_REGIONSERVER');
       slaveItemsForHBase.setEach('operationData.serviceName', 'HBASE');
       slaveItemsForHBase.setEach('operationData.componentNameFormatted', Em.I18n.t('dashboard.services.hbase.regionServers'));
       submenu.push({label: Em.I18n.t('dashboard.services.hbase.regionServers'), submenu: slaveItemsForHBase});