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 47606118F1 for ; Sat, 9 Aug 2014 00:15:26 +0000 (UTC) Received: (qmail 72725 invoked by uid 500); 9 Aug 2014 00:15:26 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 72699 invoked by uid 500); 9 Aug 2014 00:15:26 -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 72690 invoked by uid 99); 9 Aug 2014 00:15:26 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Aug 2014 00:15:26 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B02118A1E1C; Sat, 9 Aug 2014 00:15:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jaimin@apache.org To: commits@ambari.apache.org Message-Id: <901cbb0600154089b794e613718e6c64@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: AMBARI-6801. Installer wizard: Hive Metastore start fails. (jaimin) Date: Sat, 9 Aug 2014 00:15:25 +0000 (UTC) Repository: ambari Updated Branches: refs/heads/trunk 6fd7d82b0 -> dc080221c AMBARI-6801. Installer wizard: Hive Metastore start fails. (jaimin) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/dc080221 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/dc080221 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/dc080221 Branch: refs/heads/trunk Commit: dc080221cfbc957ba0024a3b40e4d0148af10945 Parents: 6fd7d82 Author: Jaimin Jetly Authored: Fri Aug 8 17:15:07 2014 -0700 Committer: Jaimin Jetly Committed: Fri Aug 8 17:15:13 2014 -0700 ---------------------------------------------------------------------- ambari-web/app/controllers/wizard/step8_controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/dc080221/ambari-web/app/controllers/wizard/step8_controller.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/wizard/step8_controller.js b/ambari-web/app/controllers/wizard/step8_controller.js index a4a33ea..81657fd 100644 --- a/ambari-web/app/controllers/wizard/step8_controller.js +++ b/ambari-web/app/controllers/wizard/step8_controller.js @@ -281,7 +281,7 @@ App.WizardStep8Controller = Em.Controller.extend(App.AddSecurityConfigs, { */ removeOozieConfigs: function (configs) { var oozieDb = configs.findProperty('name', 'oozie_database'); - var oozieDbType = configs.findProperty('name', 'hive_database_type'); + var oozieDbType = configs.findProperty('name', 'oozie_database_type'); if (oozieDbType) { var oozie_properties = Em.A(['oozie_ambari_host', 'oozie_ambari_database']);