Repository: ambari Updated Branches: refs/heads/branch-2.5 9e596ed1c -> f86b1d01c
AMBARI-19893. Mark Druid as Technical Preview. (Nishant Bangarwa via smohanty) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f86b1d01 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f86b1d01 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f86b1d01 Branch: refs/heads/branch-2.5 Commit: f86b1d01c9f9e7eda2230f2a6851840051f4846e Parents: 9e596ed Author: Sumit Mohanty <[email protected]> Authored: Wed Feb 8 07:47:57 2017 -0800 Committer: Sumit Mohanty <[email protected]> Committed: Wed Feb 8 07:47:57 2017 -0800 ---------------------------------------------------------------------- .../src/main/resources/stacks/HDP/2.6/services/DRUID/metainfo.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/f86b1d01/ambari-server/src/main/resources/stacks/HDP/2.6/services/DRUID/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.6/services/DRUID/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.6/services/DRUID/metainfo.xml index 49d09b1..fe5ba5f 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.6/services/DRUID/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.6/services/DRUID/metainfo.xml @@ -22,6 +22,7 @@ <name>DRUID</name> <version>0.9.2.2.6</version> <extends>common-services/DRUID/0.9.2</extends> + <selection>TECH_PREVIEW</selection> </service> </services> </metainfo>
