-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/29135/
-----------------------------------------------------------
(Updated Dec. 17, 2014, 2:23 a.m.)
Review request for Ambari, Dmytro Sen and Myroslav Papirkovskyy.
Bugs: AMBARI-8742
https://issues.apache.org/jira/browse/AMBARI-8742
Repository: ambari
Description
-------
- Query the Cluster METRIC_AGGREGATE table to calculate the cpu usage and load
average for the cluster.
- Support query for these value through getTimelineMetric API.
- Implement the MetricReportProvider in Ambari to query AMS for these values.
Diffs
-----
ambari-metrics/ambari-metrics-host-monitoring/src/main/python/core/host_info.py
43c3a41
ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/MetricsInitializationException.java
88a427a
ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/PhoenixHBaseAccessor.java
9779e3b
ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/PhoenixTransactSQL.java
298a5cf
ambari-metrics/ambari-metrics-timelineservice/src/test/conf/hbase-site.xml
c453900
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/AbstractPropertyProvider.java
a660d5a
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/PropertyInfo.java
82cdc9d
ambari-server/src/main/java/org/apache/ambari/server/controller/metrics/MetricsPropertyProvider.java
24e692c
ambari-server/src/main/java/org/apache/ambari/server/controller/metrics/timeline/AMSPropertyProvider.java
3ecc4c7
ambari-server/src/main/java/org/apache/ambari/server/controller/metrics/timeline/AMSReportPropertyProvider.java
0b3be3c
ambari-server/src/main/java/org/apache/ambari/server/controller/utilities/PropertyHelper.java
f8131a8
ambari-server/src/main/resources/ganglia_properties.json 2401546
ambari-server/src/test/java/org/apache/ambari/server/controller/metrics/timeline/AMSPropertyProviderTest.java
d9a028f
Diff: https://reviews.apache.org/r/29135/diff/
Testing (updated)
-------
Unit test pass.
Thanks,
Sid Wagle