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/0af0d9b3
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0af0d9b3
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0af0d9b3

Branch: refs/heads/trunk
Commit: 0af0d9b3ce1d380df232852036d69d8a50f10574
Parents: fb5dca7
Author: aBabiichuk <ababiic...@cybervisiontech.com>
Authored: Fri Oct 31 16:21:51 2014 +0200
Committer: aBabiichuk <ababiic...@cybervisiontech.com>
Committed: Fri Oct 31 18:29:23 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/0af0d9b3/ambari-web/app/config.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/config.js b/ambari-web/app/config.js
index bb65616..c758faa 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

Reply via email to