Repository: ambari Updated Branches: refs/heads/branch-2.5 fb86a2b67 -> 43d654cfc
AMBARI-18811. AMS: Remove unused mapred task sink configurations. (swagle) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/43d654cf Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/43d654cf Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/43d654cf Branch: refs/heads/branch-2.5 Commit: 43d654cfcfa166ce3090f968806c4340393361a2 Parents: fb86a2b Author: Siddharth Wagle <[email protected]> Authored: Mon Nov 7 10:37:21 2016 -0800 Committer: Siddharth Wagle <[email protected]> Committed: Mon Nov 7 10:37:21 2016 -0800 ---------------------------------------------------------------------- .../hooks/before-START/templates/hadoop-metrics2.properties.j2 | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/43d654cf/ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-START/templates/hadoop-metrics2.properties.j2 ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-START/templates/hadoop-metrics2.properties.j2 b/ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-START/templates/hadoop-metrics2.properties.j2 index fcd9b23..ad5c743 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-START/templates/hadoop-metrics2.properties.j2 +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-START/templates/hadoop-metrics2.properties.j2 @@ -84,8 +84,6 @@ resourcemanager.sink.timeline.collector={{metric_collector_protocol}}://{{metric nodemanager.sink.timeline.collector={{metric_collector_protocol}}://{{metric_collector_host}}:{{metric_collector_port}} jobhistoryserver.sink.timeline.collector={{metric_collector_protocol}}://{{metric_collector_host}}:{{metric_collector_port}} journalnode.sink.timeline.collector={{metric_collector_protocol}}://{{metric_collector_host}}:{{metric_collector_port}} -maptask.sink.timeline.collector={{metric_collector_protocol}}://{{metric_collector_host}}:{{metric_collector_port}} -reducetask.sink.timeline.collector={{metric_collector_protocol}}://{{metric_collector_host}}:{{metric_collector_port}} applicationhistoryserver.sink.timeline.collector={{metric_collector_protocol}}://{{metric_collector_host}}:{{metric_collector_port}} resourcemanager.sink.timeline.tagsForPrefix.yarn=Queue
