Disable 2.3.ECS stack by default for HDP (smohanty)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8c0e2bdc Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8c0e2bdc Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8c0e2bdc Branch: refs/heads/AMBARI-2.4.0.2 Commit: 8c0e2bdc031b1a36bd90753210313951f5178a93 Parents: f40228f Author: Sumit Mohanty <[email protected]> Authored: Tue Aug 30 08:58:10 2016 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Tue Aug 30 08:58:10 2016 -0700 ---------------------------------------------------------------------- ambari-server/src/main/resources/stacks/HDP/2.3.ECS/metainfo.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/8c0e2bdc/ambari-server/src/main/resources/stacks/HDP/2.3.ECS/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3.ECS/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.3.ECS/metainfo.xml index fbc1079..05df949 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.3.ECS/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.3.ECS/metainfo.xml @@ -17,7 +17,7 @@ --> <metainfo> <versions> - <active>true</active> + <active>false</active> </versions> <extends>2.3</extends> </metainfo>
