Repository: ambari Updated Branches: refs/heads/branch-2.4 446b5cae3 -> 740d38655
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/bb9e9874 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/bb9e9874 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/bb9e9874 Branch: refs/heads/branch-2.4 Commit: bb9e9874af4f7e28cd9721e81f0e2e0897a2d9d6 Parents: 446b5ca Author: Sumit Mohanty <[email protected]> Authored: Tue Aug 30 16:27:30 2016 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Tue Aug 30 16:27:30 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/bb9e9874/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>
