AMBARI-18890 - Enable "Auto Start" feature for services & components by default (rzang)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b7ee658d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b7ee658d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b7ee658d Branch: refs/heads/branch-dev-patch-upgrade Commit: b7ee658d0a7802eba00805658fd50f5e9d0023b3 Parents: 0e8474f Author: Richard Zang <[email protected]> Authored: Tue Nov 15 16:03:26 2016 -0800 Committer: Richard Zang <[email protected]> Committed: Tue Nov 15 16:04:18 2016 -0800 ---------------------------------------------------------------------- ambari-web/app/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/b7ee658d/ambari-web/app/config.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/config.js b/ambari-web/app/config.js index a14f38e..130cb39 100644 --- a/ambari-web/app/config.js +++ b/ambari-web/app/config.js @@ -82,7 +82,7 @@ App.supports = { skipComponentStartAfterInstall: false, preInstallChecks: false, hostComboSearchBox: true, - serviceAutoStart: false, + serviceAutoStart: true, logSearch: true, redhatSatellite: false, enableIpa: false,
