You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Yusaku Sako (JIRA)" <ji...@apache.org> on 2013/10/04 02:09:41 UTC

[jira] [Updated] (AMBARI-3452) Add host fails after configuring NN HA with JavaScript error

     [ https://issues.apache.org/jira/browse/AMBARI-3452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yusaku Sako updated AMBARI-3452:
--------------------------------

    Description: 
1. Install cluster
2. Configure NameNode HA
3. Add host (just a single host is fine)
4. Assign slaves, click next. JS error. Looks like it's trying to find SNN.

TypeError: masterComponentHostsInDB.findProperty(...) is undefined
http://c6401.ambari.apache.org:8080/javascripts/app.js
Line 40716

      case 'snamenode_host':
        this.set('value', masterComponentHostsInDB.findProperty('component', 'SECONDARY_NAMENODE').hostName);
        break;


> Add host fails after configuring NN HA with JavaScript error
> ------------------------------------------------------------
>
>                 Key: AMBARI-3452
>                 URL: https://issues.apache.org/jira/browse/AMBARI-3452
>             Project: Ambari
>          Issue Type: Task
>          Components: client
>    Affects Versions: 1.4.1
>            Reporter: Yusaku Sako
>            Assignee: Yusaku Sako
>             Fix For: 1.4.1
>
>
> 1. Install cluster
> 2. Configure NameNode HA
> 3. Add host (just a single host is fine)
> 4. Assign slaves, click next. JS error. Looks like it's trying to find SNN.
> TypeError: masterComponentHostsInDB.findProperty(...) is undefined
> http://c6401.ambari.apache.org:8080/javascripts/app.js
> Line 40716
>       case 'snamenode_host':
>         this.set('value', masterComponentHostsInDB.findProperty('component', 'SECONDARY_NAMENODE').hostName);
>         break;



--
This message was sent by Atlassian JIRA
(v6.1#6144)