Repository: ambari Updated Branches: refs/heads/branch-2.4 3a0d571be -> 5e76b5277
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/5e76b527 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5e76b527 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5e76b527 Branch: refs/heads/branch-2.4 Commit: 5e76b52772edbaada5f0eb48989100508859f6eb Parents: 3a0d571 Author: Siddharth Wagle <[email protected]> Authored: Mon Nov 7 10:35:33 2016 -0800 Committer: Siddharth Wagle <[email protected]> Committed: Mon Nov 7 10:35:33 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/5e76b527/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
