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 2013/05/01 23:26:42 UTC

svn commit: r1478198 - in /incubator/ambari/trunk: ./ ambari-web/app/ ambari-web/app/controllers/main/charts/heatmap_metrics/

Author: yusaku
Date: Wed May  1 21:26:41 2013
New Revision: 1478198

URL: http://svn.apache.org/r1478198
Log:
AMBARI-2061. HBase Heatmaps: clean up labels and units. (yusaku)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/ambari-web/app/controllers/main/charts/heatmap_metrics/heatmap_metric_hbase_compactionqueue.js
    incubator/ambari/trunk/ambari-web/app/controllers/main/charts/heatmap_metrics/heatmap_metric_hbase_readrequest.js
    incubator/ambari/trunk/ambari-web/app/controllers/main/charts/heatmap_metrics/heatmap_metric_hbase_regions.js
    incubator/ambari/trunk/ambari-web/app/controllers/main/charts/heatmap_metrics/heatmap_metric_hbase_writerequest.js
    incubator/ambari/trunk/ambari-web/app/messages.js

Modified: incubator/ambari/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1478198&r1=1478197&r2=1478198&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Wed May  1 21:26:41 2013
@@ -283,6 +283,8 @@ Trunk (unreleased changes):
 
  IMPROVEMENTS
 
+ AMBARI-2061. HBase Heatmaps: clean up labels and units. (yusaku)
+
  AMBARI-2042. Update Ambari logo. (yusaku)
 
  AMBARI-2040. Customize Services page: reduce padding to prevent tabs from

Modified: incubator/ambari/trunk/ambari-web/app/controllers/main/charts/heatmap_metrics/heatmap_metric_hbase_compactionqueue.js
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/controllers/main/charts/heatmap_metrics/heatmap_metric_hbase_compactionqueue.js?rev=1478198&r1=1478197&r2=1478198&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/controllers/main/charts/heatmap_metrics/heatmap_metric_hbase_compactionqueue.js (original)
+++ incubator/ambari/trunk/ambari-web/app/controllers/main/charts/heatmap_metrics/heatmap_metric_hbase_compactionqueue.js Wed May  1 21:26:41 2013
@@ -24,6 +24,6 @@ App.MainChartHeatmapHbaseCompactionQueue
   name: Em.I18n.t('charts.heatmap.metrics.HbaseRegionServerCompactionQueueSize'),
   maximumValue: 10,
   defaultMetric: 'metrics.hbase.regionserver.compactionQueueSize',
-  units: ' ',
-  slotDefinitionLabelSuffix: ' '
+  units: '',
+  slotDefinitionLabelSuffix: ''
 });
\ No newline at end of file

Modified: incubator/ambari/trunk/ambari-web/app/controllers/main/charts/heatmap_metrics/heatmap_metric_hbase_readrequest.js
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/controllers/main/charts/heatmap_metrics/heatmap_metric_hbase_readrequest.js?rev=1478198&r1=1478197&r2=1478198&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/controllers/main/charts/heatmap_metrics/heatmap_metric_hbase_readrequest.js (original)
+++ incubator/ambari/trunk/ambari-web/app/controllers/main/charts/heatmap_metrics/heatmap_metric_hbase_readrequest.js Wed May  1 21:26:41 2013
@@ -25,5 +25,5 @@ App.MainChartHeatmapHbaseReadReqCount = 
   maximumValue: 200,
   defaultMetric: 'metrics.hbase.regionserver.readRequestsCount',
   units: '',
-  slotDefinitionLabelSuffix: ' '
+  slotDefinitionLabelSuffix: ''
 });
\ No newline at end of file

Modified: incubator/ambari/trunk/ambari-web/app/controllers/main/charts/heatmap_metrics/heatmap_metric_hbase_regions.js
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/controllers/main/charts/heatmap_metrics/heatmap_metric_hbase_regions.js?rev=1478198&r1=1478197&r2=1478198&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/controllers/main/charts/heatmap_metrics/heatmap_metric_hbase_regions.js (original)
+++ incubator/ambari/trunk/ambari-web/app/controllers/main/charts/heatmap_metrics/heatmap_metric_hbase_regions.js Wed May  1 21:26:41 2013
@@ -24,6 +24,6 @@ App.MainChartHeatmapHbaseRegions = App.M
   name: Em.I18n.t('charts.heatmap.metrics.HbaseRegionServerRegions'),
   maximumValue: 10,
   defaultMetric: 'metrics.hbase.regionserver.regions',
-  units: 'regions',
-  slotDefinitionLabelSuffix: 'region'
+  units: '',
+  slotDefinitionLabelSuffix: ''
 });
\ No newline at end of file

Modified: incubator/ambari/trunk/ambari-web/app/controllers/main/charts/heatmap_metrics/heatmap_metric_hbase_writerequest.js
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/controllers/main/charts/heatmap_metrics/heatmap_metric_hbase_writerequest.js?rev=1478198&r1=1478197&r2=1478198&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/controllers/main/charts/heatmap_metrics/heatmap_metric_hbase_writerequest.js (original)
+++ incubator/ambari/trunk/ambari-web/app/controllers/main/charts/heatmap_metrics/heatmap_metric_hbase_writerequest.js Wed May  1 21:26:41 2013
@@ -24,6 +24,6 @@ App.MainChartHeatmapHbaseWriteReqCount =
   name: Em.I18n.t('charts.heatmap.metrics.HbaseRegionServerWriteCount'),
   maximumValue: 200,
   defaultMetric: 'metrics.hbase.regionserver.writeRequestsCount',
-  units: 'counts',
-  slotDefinitionLabelSuffix: ' '
+  units: '',
+  slotDefinitionLabelSuffix: ''
 });
\ No newline at end of file

Modified: incubator/ambari/trunk/ambari-web/app/messages.js
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/messages.js?rev=1478198&r1=1478197&r2=1478198&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/messages.js (original)
+++ incubator/ambari/trunk/ambari-web/app/messages.js Wed May  1 21:26:41 2013
@@ -909,11 +909,11 @@ Em.I18n.translations = {
   'charts.heatmap.metrics.memoryUsed' :'Memory Used %',
   'charts.heatmap.metrics.processRun' :'Total Running Processes',
   'charts.heatmap.metrics.cpuWaitIO':'CPU Wait I/O %',
-  'charts.heatmap.metrics.HbaseRegionServerReadCount': 'RegionServer read request count',
-  'charts.heatmap.metrics.HbaseRegionServerWriteCount': 'RegionServer write request count',
-  'charts.heatmap.metrics.HbaseRegionServerCompactionQueueSize': 'RegionServer compaction queue size',
-  'charts.heatmap.metrics.HbaseRegionServerRegions': 'RegionServer regions',
-  'charts.heatmap.metrics.HbaseRegionServerMemStoreSize': 'RegionServer memstore sizes',
+  'charts.heatmap.metrics.HbaseRegionServerReadCount': 'Read Request Count',
+  'charts.heatmap.metrics.HbaseRegionServerWriteCount': 'Write Request Count',
+  'charts.heatmap.metrics.HbaseRegionServerCompactionQueueSize': 'Compaction Queue Size',
+  'charts.heatmap.metrics.HbaseRegionServerRegions': 'Regions',
+  'charts.heatmap.metrics.HbaseRegionServerMemStoreSize': 'Memstore Sizes',
   'metric.notFound':'no items found',
   'metric.default':'combined',
   'metric.cpu':'cpu',