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

Hudson commented on AMBARI-9657:
--------------------------------

SUCCESS: Integrated in Ambari-trunk-Commit #1781 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/1781/])
AMBARI-9657. Add service wizard error on kerberized cluster (onechiporenko) 
(onechiporenko: 
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=fe74bc8cd0c8a2b9b101c093967d0e3bd26d80a1)
* ambari-web/app/routes/add_kerberos_routes.js


> 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: AMBARI-9657(2).patch, AMBARI-9657.patch, 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)

Reply via email to