Repository: ambari Updated Branches: refs/heads/trunk fa8c51e41 -> f8a9bd90c
AMBARI-8808. Resolve potential port conflicts with Hadoop daemons. Missing template property. (swagle) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f8a9bd90 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f8a9bd90 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f8a9bd90 Branch: refs/heads/trunk Commit: f8a9bd90cb2a384e7bb5f6c4464657c49db67da3 Parents: fa8c51e Author: Siddharth Wagle <[email protected]> Authored: Fri Dec 19 15:09:29 2014 -0800 Committer: Siddharth Wagle <[email protected]> Committed: Fri Dec 19 15:09:29 2014 -0800 ---------------------------------------------------------------------- .../hadoop-metrics2-hbase.properties-GANGLIA-MASTER.j2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/f8a9bd90/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/templates/hadoop-metrics2-hbase.properties-GANGLIA-MASTER.j2 ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/templates/hadoop-metrics2-hbase.properties-GANGLIA-MASTER.j2 b/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/templates/hadoop-metrics2-hbase.properties-GANGLIA-MASTER.j2 index bd13f0c..34a7d63 100644 --- a/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/templates/hadoop-metrics2-hbase.properties-GANGLIA-MASTER.j2 +++ b/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/package/templates/hadoop-metrics2-hbase.properties-GANGLIA-MASTER.j2 @@ -52,19 +52,19 @@ hbase.extendedperiod = 3600 *.timline.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}}:8188 +hbase.collector={{metric_collector_host}}:{{metric_collector_port}} jvm.class=org.apache.hadoop.metrics2.sink.timeline.HadoopTimelineMetricsSink jvm.period=10 -jvm.collector={{metric_collector_host}}:8188 +jvm.collector={{metric_collector_host}}:{{metric_collector_port}} rpc.class=org.apache.hadoop.metrics2.sink.timeline.HadoopTimelineMetricsSink rpc.period=10 -rpc.collector={{metric_collector_host}}:8188 +rpc.collector={{metric_collector_host}}:{{metric_collector_port}} hbase.sink.timeline.class=org.apache.hadoop.metrics2.sink.timeline.HadoopTimelineMetricsSink hbase.sink.timeline.period=10 -hbase.sink.timeline.collector={{metric_collector_host}}:8188 +hbase.sink.timeline.collector={{metric_collector_host}}:{{metric_collector_port}} {% else %}
