Repository: ambari Updated Branches: refs/heads/branch-2.6 83cbde7d7 -> 3e8552e0f
AMBARI-22586 - Remove Beacon conf-select Changes Since It's Not Part of HDP (jonathanhurley) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3e8552e0 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3e8552e0 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3e8552e0 Branch: refs/heads/branch-2.6 Commit: 3e8552e0f295c563eb3ca2420544161b3bf69ef3 Parents: 83cbde7 Author: Jonathan Hurley <[email protected]> Authored: Mon Dec 4 12:56:12 2017 -0500 Committer: Jonathan Hurley <[email protected]> Committed: Mon Dec 4 14:50:29 2017 -0500 ---------------------------------------------------------------------- .../stacks/HDP/2.0.6/properties/stack_packages.json | 9 --------- 1 file changed, 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/3e8552e0/ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_packages.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_packages.json b/ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_packages.json index 1783655..946686a 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_packages.json +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_packages.json @@ -994,12 +994,6 @@ "current_dir": "{0}/current/atlas-client/conf" } ], - "beacon": [ - { - "conf_dir": "/etc/beacon/conf", - "current_dir": "{0}/current/beacon-client/conf" - } - ], "druid": [ { "conf_dir": "/etc/druid/conf", @@ -1194,9 +1188,6 @@ "ATLAS": { "packages": ["atlas"] }, - "BEACON": { - "packages": ["beacon"] - }, "DRUID": { "packages": ["druid", "superset"] },
