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/0afe0c00 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0afe0c00 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0afe0c00 Branch: refs/heads/branch-feature-AMBARI-21674 Commit: 0afe0c00d797f22efc94c394de86af2bec94b448 Parents: 2e9c964 Author: Jonathan Hurley <[email protected]> Authored: Mon Dec 4 12:56:12 2017 -0500 Committer: Jonathan Hurley <[email protected]> Committed: Mon Dec 4 14:52:43 2017 -0500 ---------------------------------------------------------------------- .../stacks/HDP/2.0.6/properties/stack_packages.json | 9 --------- .../resources/stacks/HDP/3.0/properties/stack_packages.json | 9 --------- 2 files changed, 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/0afe0c00/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"] }, http://git-wip-us.apache.org/repos/asf/ambari/blob/0afe0c00/ambari-server/src/main/resources/stacks/HDP/3.0/properties/stack_packages.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/3.0/properties/stack_packages.json b/ambari-server/src/main/resources/stacks/HDP/3.0/properties/stack_packages.json index 4b4d0bb..4f05377 100644 --- a/ambari-server/src/main/resources/stacks/HDP/3.0/properties/stack_packages.json +++ b/ambari-server/src/main/resources/stacks/HDP/3.0/properties/stack_packages.json @@ -871,12 +871,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", @@ -1071,9 +1065,6 @@ "ATLAS": { "packages": ["atlas"] }, - "BEACON": { - "packages": ["beacon"] - }, "DRUID": { "packages": ["druid", "superset"] },
