You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Oleg Nechiporenko (JIRA)" <ji...@apache.org> on 2015/02/16 14:50:11 UTC

[jira] [Updated] (AMBARI-9657) Add service wizard error on kerberized cluster

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

Oleg Nechiporenko updated AMBARI-9657:
--------------------------------------
    Attachment: configs.png

> Add service wizard error on kerberized cluster
> ----------------------------------------------
>
>                 Key: AMBARI-9657
>                 URL: https://issues.apache.org/jira/browse/AMBARI-9657
>             Project: Ambari
>          Issue Type: Bug
>         Environment: HDP 2.2
>            Reporter: Oleg Nechiporenko
>            Assignee: Oleg Nechiporenko
>            Priority: Blocker
>         Attachments: configs.png
>
>
> When trying to add service on secured cluster(tested on YARN and OOZIE), add service wizard failed on code:
> {noformat}
>   loadServiceTagSuccess: function (data, opt, params) {
>     var self = this;
>     var installedServices = App.Service.find().mapProperty("serviceName");
>     var serviceConfigsDef = params.serviceConfigsDef;
>     var serviceName = this.get('selectedService');
>     var loadedClusterSiteToTagMap = {};
>     for (var site in Em.get(data, 'Clusters.desired_configs')) {
>       if (serviceConfigsDef.configTypes.hasOwnProperty(site)) {
>         loadedClusterSiteToTagMap[site] = data.Clusters.desired_configs[site]['tag'];
>       }
>     }
> {noformat}
> *serviceConfigsDef* undefined. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)