Repository: ambari Updated Branches: refs/heads/trunk c1c980525 -> bf3d2857f
AMBARI-8808. Resolve potential port conflicts with Hadoop daemons. Typo in metrics.properties. (swagle) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/bf3d2857 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/bf3d2857 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/bf3d2857 Branch: refs/heads/trunk Commit: bf3d2857f25914b49cd20b85378c5fda92b4189f Parents: c1c9805 Author: Siddharth Wagle <[email protected]> Authored: Tue Dec 23 20:19:50 2014 -0800 Committer: Siddharth Wagle <[email protected]> Committed: Tue Dec 23 20:19:50 2014 -0800 ---------------------------------------------------------------------- .../templates/hadoop-metrics2-hbase.properties-GANGLIA-RS.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/bf3d2857/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/templates/hadoop-metrics2-hbase.properties-GANGLIA-RS.j2 ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/templates/hadoop-metrics2-hbase.properties-GANGLIA-RS.j2 b/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/templates/hadoop-metrics2-hbase.properties-GANGLIA-RS.j2 index 8e2f445..9586e1a 100644 --- a/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/templates/hadoop-metrics2-hbase.properties-GANGLIA-RS.j2 +++ b/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/templates/hadoop-metrics2-hbase.properties-GANGLIA-RS.j2 @@ -48,7 +48,7 @@ hbase.extendedperiod = 3600 {% if has_metric_collector %} -*.timline.plugin.urls=file:///usr/lib/ambari-metrics-hadoop-sink/ambari-metrics-hadoop-sink.jar +*.timeline.plugin.urls=file:///usr/lib/ambari-metrics-hadoop-sink/ambari-metrics-hadoop-sink.jar hbase.class=org.apache.hadoop.metrics2.sink.timeline.HadoopTimelineMetricsSink hbase.period=10 hbase.collector={{metric_collector_host}}:{{metric_collector_port}}
