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/02/13 01:49:16 UTC

svn commit: r1445442 - in /incubator/ambari/trunk: CHANGES.txt ambari-web/app/messages.js

Author: yusaku
Date: Wed Feb 13 00:49:16 2013
New Revision: 1445442

URL: http://svn.apache.org/r1445442
Log:
AMBARI-1165. Change the dashboard graph for HBase since its using cumulative metrics. (yusaku)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    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=1445442&r1=1445441&r2=1445442&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Wed Feb 13 00:49:16 2013
@@ -271,6 +271,9 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-1165. Change the dashboard graph for HBase since its using cumulative
+ metrics. (yusaku)
+
  AMBARI-1372. three sorting states on jobs table. (jaimin)
  
  AMBARI-1350. UI screen shifts left-right depending on scrollbar. (jaimin)

Modified: incubator/ambari/trunk/ambari-web/app/messages.js
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/messages.js?rev=1445442&r1=1445441&r2=1445442&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/messages.js (original)
+++ incubator/ambari/trunk/ambari-web/app/messages.js Wed Feb 13 00:49:16 2013
@@ -401,7 +401,7 @@ Em.I18n.translations = {
   'services.service.info.metrics.hbase.hlogSplitTime':'HLog Split Time',
   'services.service.info.metrics.hbase.regionServerQueueSize':'RegionServer Queue Size',
   'services.service.info.metrics.hbase.regionServerRegions':'RegionServer Regions',
-  'services.service.info.metrics.hbase.regionServerRequests':'RegionServer Requests',
+  'services.service.info.metrics.hbase.regionServerRequests':'Cumulative Requests',
 
   'services.service.info.metrics.hdfs.blockStatus':'Block Status',
   'services.service.info.metrics.hdfs.fileOperations':'File Operations',