Repository: ambari Updated Branches: refs/heads/trunk a88c4e841 -> e307b86c3
AMBARI-19205. Technical Preview services should not be enabled by default (smohanty) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e307b86c Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e307b86c Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e307b86c Branch: refs/heads/trunk Commit: e307b86c34c0ef945a154f99e322ffc6e9206841 Parents: a88c4e8 Author: Sumit Mohanty <[email protected]> Authored: Thu Dec 15 07:17:37 2016 -0800 Committer: Sumit Mohanty <[email protected]> Committed: Thu Dec 15 07:18:30 2016 -0800 ---------------------------------------------------------------------- .../main/resources/stacks/HDP/2.2/services/LOGSEARCH/metainfo.xml | 1 + .../src/main/resources/stacks/HDP/2.5/services/SPARK2/metainfo.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/e307b86c/ambari-server/src/main/resources/stacks/HDP/2.2/services/LOGSEARCH/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/LOGSEARCH/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/LOGSEARCH/metainfo.xml index df697dc..03160ab 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/LOGSEARCH/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/LOGSEARCH/metainfo.xml @@ -21,6 +21,7 @@ <service> <name>LOGSEARCH</name> <extends>common-services/LOGSEARCH/0.5.0</extends> + <selection>TECH_PREVIEW</selection> </service> </services> </metainfo> http://git-wip-us.apache.org/repos/asf/ambari/blob/e307b86c/ambari-server/src/main/resources/stacks/HDP/2.5/services/SPARK2/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/SPARK2/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/SPARK2/metainfo.xml index 118e8c0..f060e8d 100755 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/SPARK2/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/SPARK2/metainfo.xml @@ -25,6 +25,7 @@ <name>SPARK2</name> <version>2.0.x.2.5</version> <extends>common-services/SPARK2/2.0.0</extends> + <selection>TECH_PREVIEW</selection> </service> </services> </metainfo>
