Updated Branches: refs/heads/trunk cc49fb9e6 -> c66287359
AMBARI-3894. Cannot install HDP stack without having config-groups. (srimanth) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c6628735 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c6628735 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c6628735 Branch: refs/heads/trunk Commit: c662873590e3285c5f12db351e3de9a74c735abc Parents: cc49fb9 Author: Srimanth Gunturi <[email protected]> Authored: Tue Nov 26 16:28:14 2013 -0800 Committer: Srimanth Gunturi <[email protected]> Committed: Tue Nov 26 16:28:14 2013 -0800 ---------------------------------------------------------------------- ambari-web/app/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/c6628735/ambari-web/app/config.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/config.js b/ambari-web/app/config.js index 4635265..c39c58a 100644 --- a/ambari-web/app/config.js +++ b/ambari-web/app/config.js @@ -45,7 +45,7 @@ App.enableExperimental = false; App.supports = { addServices: false, hostOverrides: true, - hostOverridesInstaller: true, + hostOverridesInstaller: false, hostOverridesHost: true, mirroring: false, secureCluster: true,
