Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4A27E175BE for ; Wed, 24 Jun 2015 22:32:08 +0000 (UTC) Received: (qmail 35451 invoked by uid 500); 24 Jun 2015 22:32:08 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 35421 invoked by uid 500); 24 Jun 2015 22:32:08 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 35412 invoked by uid 99); 24 Jun 2015 22:32:08 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jun 2015 22:32:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E4F5EE35E5; Wed, 24 Jun 2015 22:32:07 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: xiwang@apache.org To: commits@ambari.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-12136. Installer wizard: Default selected stack should be HDP-2.3.(xiwang) Date: Wed, 24 Jun 2015 22:32:07 +0000 (UTC) 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 Authored: Wed Jun 24 14:09:34 2015 -0700 Committer: Xi Wang 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';