You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Xi Wang (JIRA)" <ji...@apache.org> on 2014/05/29 23:59:02 UTC

[jira] [Commented] (AMBARI-5948) Unable to Deploy Cluster After Wizard Step 7

    [ https://issues.apache.org/jira/browse/AMBARI-5948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14012988#comment-14012988 ] 

Xi Wang commented on AMBARI-5948:
---------------------------------

This happened because when I worked on BUG-16732, I forgot to take care about the situation which 'HIVE' was not selected.
So got that error. 

> 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)