You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by xi...@apache.org on 2015/06/25 00:32:07 UTC

ambari git commit: AMBARI-12136. Installer wizard: Default selected stack should be HDP-2.3.(xiwang)

Repository: ambari
Updated Branches:
  refs/heads/trunk 81a55a541 -> 24aa88020


AMBARI-12136. Installer wizard: Default selected stack should be HDP-2.3.(xiwang)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/24aa8802
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/24aa8802
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/24aa8802

Branch: refs/heads/trunk
Commit: 24aa88020c772ea72a10a1a3f133c516a9d04e78
Parents: 81a55a5
Author: Xi Wang <xi...@apache.org>
Authored: Wed Jun 24 14:09:34 2015 -0700
Committer: Xi Wang <xi...@apache.org>
Committed: Wed Jun 24 14:09:34 2015 -0700

----------------------------------------------------------------------
 ambari-web/app/config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/24aa8802/ambari-web/app/config.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/config.js b/ambari-web/app/config.js
index 3089f1a..4cdb6db 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.2';
+App.defaultStackVersion = 'HDP-2.3';
 App.defaultWindowsStackVersion = 'HDPWIN-2.1';
 
 App.defaultJavaHome = '/usr/jdk/jdk1.6.0_31';