瀏覽代碼

AMBARI-8067 Select HDP 2.2 by default on Select Stack page. (ababiichuk)

aBabiichuk 10 年之前
父節點
當前提交
0af0d9b3ce
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.testEnableSecurity = true; // By default enable security is tested; turning it false tests disable security
 App.testNameNodeHA = true;
 App.testNameNodeHA = true;
 App.apiPrefix = '/api/v1';
 App.apiPrefix = '/api/v1';
-App.defaultStackVersion = 'HDP-2.1';
+App.defaultStackVersion = 'HDP-2.2';
 App.defaultJavaHome = '/usr/jdk/jdk1.6.0_31';
 App.defaultJavaHome = '/usr/jdk/jdk1.6.0_31';
 App.timeout = 180000; // default AJAX timeout
 App.timeout = 180000; // default AJAX timeout
 App.maxRetries = 3; // max number of retries for certain AJAX calls
 App.maxRetries = 3; // max number of retries for certain AJAX calls