AMBARI-8067 Select HDP 2.2 by default on Select Stack page. (ababiichuk)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d23b086d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d23b086d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d23b086d Branch: refs/heads/branch-1.7.0 Commit: d23b086d1eb300d890947bbbfb5bb78bf1f520a0 Parents: dcee3cb Author: aBabiichuk <[email protected]> Authored: Fri Oct 31 16:24:49 2014 +0200 Committer: aBabiichuk <[email protected]> Committed: Fri Oct 31 18:06:40 2014 +0200 ---------------------------------------------------------------------- ambari-web/app/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/d23b086d/ambari-web/app/config.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/config.js b/ambari-web/app/config.js index 563e547..2f49230 100644 --- a/ambari-web/app/config.js +++ b/ambari-web/app/config.js @@ -27,7 +27,7 @@ App.alwaysGoToInstaller = false; App.testEnableSecurity = true; // By default enable security is tested; turning it false tests disable security App.testNameNodeHA = true; App.apiPrefix = '/api/v1'; -App.defaultStackVersion = 'HDP-2.1'; +App.defaultStackVersion = 'HDP-2.2'; App.defaultJavaHome = '/usr/jdk/jdk1.6.0_31'; App.timeout = 180000; // default AJAX timeout App.maxRetries = 3; // max number of retries for certain AJAX calls
