Browse Source

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

Xi Wang 10 years ago
parent
commit
24aa88020c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ambari-web/app/config.js

+ 1 - 1
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';