Repository: ambari Updated Branches: refs/heads/branch-2.5 5451deb67 -> 114ccb3d5
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/90344e39 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/90344e39 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/90344e39 Branch: refs/heads/branch-2.5 Commit: 90344e3991036d6bd128cd86c695315fa2d38f41 Parents: 5451deb Author: Sumit Mohanty <[email protected]> Authored: Tue Aug 30 16:27:30 2016 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Tue Aug 30 16:32:51 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/90344e39/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>
