Procházet zdrojové kódy

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

aBabiichuk před 10 roky
rodič
revize
0af0d9b3ce
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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.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