Updated Branches: refs/heads/trunk bb0c427b9 -> c84d3e286
AMBARI-2890. Update default stack version. (yusaku) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/c84d3e28 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/c84d3e28 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/c84d3e28 Branch: refs/heads/trunk Commit: c84d3e286379ff32d40c9d319a24036d22a69190 Parents: bb0c427 Author: Yusaku Sako <[email protected]> Authored: Tue Aug 13 18:12:13 2013 -0700 Committer: Yusaku Sako <[email protected]> Committed: Tue Aug 13 18:12:13 2013 -0700 ---------------------------------------------------------------------- ambari-web/app/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/c84d3e28/ambari-web/app/config.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/config.js b/ambari-web/app/config.js index 4dd1724..d032777 100644 --- a/ambari-web/app/config.js +++ b/ambari-web/app/config.js @@ -25,8 +25,8 @@ 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-1.3.0'; -App.defaultLocalStackVersion = 'HDPLocal-1.3.0'; +App.defaultStackVersion = 'HDP-2.0.5'; +App.defaultLocalStackVersion = 'HDPLocal-2.0.5'; 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
