[
https://issues.apache.org/jira/browse/AMBARI-13831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15000418#comment-15000418
]
Hudson commented on AMBARI-13831:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #3810 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/3810/])
AMBARI-13831. After enabling kerberos with option 'Manage Kerberos (akovalenko:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=7e1cb684d96d7614e6d3b0125691b05c0109c27a])
* ambari-web/test/controllers/wizard/step8_test.js
* ambari-web/app/controllers/main/admin/kerberos.js
* ambari-web/app/controllers/wizard/step8_controller.js
* ambari-web/test/controllers/main/admin/kerberos_test.js
> After enabling kerberos with option 'Manage Kerberos principals and keytabs
> manually', adding new component buttons will not respond
> ------------------------------------------------------------------------------------------------------------------------------------
>
> Key: AMBARI-13831
> URL: https://issues.apache.org/jira/browse/AMBARI-13831
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: 2.1.3
> Reporter: Aleksandr Kovalenko
> Assignee: Aleksandr Kovalenko
> Fix For: 2.1.3
>
> Attachments: AMBARI-13831.patch
>
>
> PROBLEM: If customer enable kerberos, with the option 'Manage Kerberos
> principals and keytabs manually', when adding a new host component Ambari
> will not respond. After troubleshooting, we found that Ambari is issuing this
> API call:
> {code}
> http://{ambari-server}:8080/api/v1/clusters/{cluster_name}/services/KERBEROS?fields=Services/attributes/kdc_validation_result,Services/attributes/kdc_validation_failure_details&_=1446149280683
> {code}
> This will return '404 service kerberos not found', which is expected as
> Kerberos service will not be installed if 'manually manage keytab' option is
> chosen. If we use API to add the KERBEROS services, this issue went away
> BUSINESS IMPACT: User is not able to add host components.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)