Repository: ambari Updated Branches: refs/heads/trunk 359ea9000 -> 060b0a6da
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/060b0a6d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/060b0a6d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/060b0a6d Branch: refs/heads/trunk Commit: 060b0a6daeb96763ae1e806d5773ee19cdab7040 Parents: 359ea90 Author: Sumit Mohanty <[email protected]> Authored: Wed Feb 8 07:47:57 2017 -0800 Committer: Sumit Mohanty <[email protected]> Committed: Wed Feb 8 07:48:53 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/060b0a6d/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>
