AMBARI-3852. 'memMaxM' is required for NameNode from metrics/jvm call (Vitaly Brodetskyi via dlysnichenko)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/510e979b Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/510e979b Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/510e979b Branch: refs/heads/branch-1.4.2 Commit: 510e979b83fa72ab98a020e57bf7fd49c519a621 Parents: 8f56573 Author: Lisnichenko Dmitro <[email protected]> Authored: Mon Nov 25 19:52:21 2013 +0200 Committer: Lisnichenko Dmitro <[email protected]> Committed: Mon Nov 25 19:52:37 2013 +0200 ---------------------------------------------------------------------- .../src/main/resources/jmx_properties_2.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/510e979b/ambari-server/src/main/resources/jmx_properties_2.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/jmx_properties_2.json b/ambari-server/src/main/resources/jmx_properties_2.json index ba586ce..ae7d33d 100644 --- a/ambari-server/src/main/resources/jmx_properties_2.json +++ b/ambari-server/src/main/resources/jmx_properties_2.json @@ -137,6 +137,11 @@ "metric":"java.lang:type=Runtime.SystemProperties.user.name", "pointInTime":true, "temporal":false + }, + "metrics/jvm/memMaxM":{ + "metric" : "Hadoop:service=HBase,name=JvmMetrics.MemMaxM", + "pointInTime" : true, + "temporal" : false } }, "RESOURCEMANAGER":{ @@ -1052,6 +1057,11 @@ "pointInTime" : true, "temporal" : false }, + "metrics/jvm/memMaxM":{ + "metric" : "Hadoop:service=NameNode,name=JvmMetrics.MemMaxM", + "pointInTime" : true, + "temporal" : false + }, "metrics/jvm/threadsBlocked":{ "metric" : "Hadoop:service=NameNode,name=JvmMetrics.ThreadsBlocked", "pointInTime" : true, @@ -1605,6 +1615,11 @@ "metric":"java.lang:type=Runtime.SystemProperties.user.name", "pointInTime":true, "temporal":false + }, + "metrics/jvm/memMaxM":{ + "metric" : "Hadoop:service=HBase,name=JvmMetrics.MemMaxM", + "pointInTime" : true, + "temporal" : false } }, "NODEMANAGER":{
