Repository: ambari Updated Branches: refs/heads/trunk 04652804d -> f45e9054d
AMBARI-18282. By default 2.3.ECS stack should be disabled 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/14639858 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/14639858 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/14639858 Branch: refs/heads/trunk Commit: 14639858d71d56ce0cd4d8a1bee23f792d8dbcc0 Parents: 0465280 Author: Sumit Mohanty <[email protected]> Authored: Tue Aug 30 16:27:30 2016 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Tue Aug 30 16:33:22 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/14639858/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>
