Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4517510A04 for ; Thu, 29 May 2014 23:16:06 +0000 (UTC) Received: (qmail 67996 invoked by uid 500); 29 May 2014 23:16:05 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 67963 invoked by uid 500); 29 May 2014 23:16:05 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 67930 invoked by uid 99); 29 May 2014 23:16:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 May 2014 23:16:05 +0000 Date: Thu, 29 May 2014 23:16:05 +0000 (UTC) From: "Jaimin D Jetly (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-5948) Unable to Deploy Cluster After Wizard Step 7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-5948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14013088#comment-14013088 ] Jaimin D Jetly commented on AMBARI-5948: ---------------------------------------- The patch was reverted and AMBARI-5951 was committed which addresses this issue for both installer wizard and Add service wizard. > Unable to Deploy Cluster After Wizard Step 7 > -------------------------------------------- > > Key: AMBARI-5948 > URL: https://issues.apache.org/jira/browse/AMBARI-5948 > Project: Ambari > Issue Type: Bug > Components: client > Affects Versions: 1.6.1 > Reporter: Xi Wang > Assignee: Xi Wang > Priority: Blocker > Fix For: 1.6.1 > > Attachments: AMBARI-5948.patch > > > After syncing to trunk and building all projects, I am unable to deploy a new cluster due to the following JavaScript error: > {noformat} > Uncaught TypeError: Cannot read property 'configs' of undefined > {noformat} > It looks like this is due to a recent change to {{step7_controller.js}} > {code} > submit: function () { > if (!this.get('isSubmitDisabled')) { > var hiveDBType = this.get('stepConfigs').findProperty('serviceName', 'HIVE').configs.findProperty('name', 'hive_database').value; > {code} > The following services were selected during the cluster provisioning: > HDFS, Yarn, MapReduce2, Zookeeper, Nagios, Ganglia, Tez -- This message was sent by Atlassian JIRA (v6.2#6252)