Repository: ambari
Updated Branches:
  refs/heads/trunk 0c29bc5f0 -> 1e673420e


AMBARI-15358: Enable bulk operation for HAWQ Segments and PXF on Hosts page 
(gowtam tadi via bhuvnesh2703)


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

Branch: refs/heads/trunk
Commit: 1e673420e50959841bee04f168882f843f132696
Parents: 0c29bc5
Author: Bhuvnesh Chaudhary <bchaudh...@pivotal.io>
Authored: Wed Mar 16 17:09:13 2016 -0700
Committer: Bhuvnesh Chaudhary <bchaudh...@pivotal.io>
Committed: Wed Mar 16 17:09:13 2016 -0700

----------------------------------------------------------------------
 ambari-web/app/messages.js                              |  2 ++
 ambari-web/app/views/main/host/hosts_table_menu_view.js | 10 ++++++++++
 2 files changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/1e673420/ambari-web/app/messages.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js
index dc9c264..9289fc2 100644
--- a/ambari-web/app/messages.js
+++ b/ambari-web/app/messages.js
@@ -2633,6 +2633,8 @@ Em.I18n.translations = {
   'dashboard.services.yarn.memory.msg': '{0} used / {1} reserved / {2} 
available',
   'dashboard.services.yarn.queues': 'Queues',
   'dashboard.services.yarn.queues.msg': '{0} Queues',
+  'dashboard.services.hawq.hawqSegments':'HAWQ Segments',
+  'dashboard.services.pxf.pxfHosts':'PXF',
 
   'dashboard.services.flume.summary.title':'Flume installed on {0} host{1} 
({2} agent{3})',
   'dashboard.services.flume.summary.configure':'Configure Agents',

http://git-wip-us.apache.org/repos/asf/ambari/blob/1e673420/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 3c1d584..e75b643 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
@@ -58,6 +58,16 @@ App.HostTableMenuView = Em.View.extend({
         componentNameFormatted: 
Em.I18n.t('dashboard.services.hbase.regionServers')
       }),
       O.create({
+        serviceName: 'HAWQ',
+        componentName: 'HAWQSEGMENT',
+        componentNameFormatted: 
Em.I18n.t('dashboard.services.hawq.hawqSegments')
+      }),
+      O.create({
+        serviceName: 'PXF',
+        componentName: 'PXF',
+        componentNameFormatted: Em.I18n.t('dashboard.services.pxf.pxfHosts')
+      }),
+      O.create({
         serviceName: 'STORM',
         componentName: 'SUPERVISOR',
         masterComponentName: 'SUPERVISOR',

Reply via email to