Updated Branches: refs/heads/trunk 249861fb8 -> b01e9def8
AMBARI-3233. Queue Memory Graph for YARN says Queue Memory - should be Queue Memory Used. (srimanth) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/b01e9def Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/b01e9def Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/b01e9def Branch: refs/heads/trunk Commit: b01e9def83953b366ce1fa360ddf7f72a90d7974 Parents: 249861f Author: Srimanth Gunturi <[email protected]> Authored: Fri Sep 13 12:45:25 2013 -0700 Committer: Srimanth Gunturi <[email protected]> Committed: Fri Sep 13 12:45:30 2013 -0700 ---------------------------------------------------------------------- ambari-web/app/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/b01e9def/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index 74005c7..50e5a59 100644 --- a/ambari-web/app/messages.js +++ b/ambari-web/app/messages.js @@ -1019,7 +1019,7 @@ Em.I18n.translations = { 'services.service.info.metrics.yarn.nodemanager.statuses.displayNames.lost':'Lost NodeManagers', 'services.service.info.metrics.yarn.nodemanager.statuses.displayNames.rebooted':'Rebooted NodeManagers', 'services.service.info.metrics.yarn.nodemanager.statuses.displayNames.unhealthy':'Unhealthy NodeManagers', - 'services.service.info.metrics.yarn.queueMemoryResource':'Queue Memory', + 'services.service.info.metrics.yarn.queueMemoryResource':'Queue Memory Used', 'services.service.info.metrics.yarn.queueMemoryResource.displayNames.allocated':'Allocated ({0})', 'services.service.info.metrics.yarn.queueMemoryResource.displayNames.available':'Available ({0})', 'services.service.info.metrics.yarn.queueMemoryResource.displayName':'Queue: {0}',
