[
https://issues.apache.org/jira/browse/AMBARI-15369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15191377#comment-15191377
]
Hudson commented on AMBARI-15369:
---------------------------------
ABORTED: Integrated in Ambari-trunk-Commit #4483 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/4483/])
AMBARI-15369. Ambari cannot enable NN HA in kerberos env (alexantonenko)
(hiveww:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=977cb4bc9f8c61792ee8ff2a611a2990c9ab5df0])
*
ambari-web/app/controllers/main/admin/highAvailability/hawq/addStandby/step4_controller.js
*
ambari-web/app/controllers/main/admin/highAvailability/resourceManager/step4_controller.js
*
ambari-web/app/controllers/main/admin/highAvailability/hawq/activateStandby/step3_controller.js
* ambari-web/test/mixins/wizard/wizardProgressPageController_test.js
*
ambari-web/app/controllers/main/admin/highAvailability/nameNode/step5_controller.js
* ambari-web/app/mixins/wizard/wizardProgressPageController.js
*
ambari-web/app/controllers/main/admin/highAvailability/rangerAdmin/step4_controller.js
*
ambari-web/app/controllers/main/admin/highAvailability/nameNode/step9_controller.js
> Ambari cannot enable NN HA in kerberos env
> ------------------------------------------
>
> Key: AMBARI-15369
> URL: https://issues.apache.org/jira/browse/AMBARI-15369
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: 2.2.0
> Reporter: Antonenko Alexander
> Assignee: Antonenko Alexander
> Fix For: 2.2.2
>
> Attachments: AMBARI-15369_22.patch, AMBARI-15369_trunk.patch
>
>
> PROBLEM: In secured env, when try to enable NN HA, it will fail at step 2
> when trying to add additional NN to the cluster with error:
> {code}
> 07 Mar 2016 16:35:45,083 INFO [qtp-ambari-client-25]
> AbstractResourceProvider:798 - Caught an exception while updating host
> components, retrying : java.lang.IllegalArgumentException: Missing KDC
> administrator credentials.
> The KDC administrator credentials must be set as a persisted or temporary
> credential resource.This may be done by issuing a POST to the
> /api/v1/clusters/:clusterName/credentials/kdc.admin.credential API entry
> point with the following payload:
> {
> "Credential" : {
> "principal" : "(PRINCIPAL)", "key" : "(PASSWORD)", "type" :
> "(persisted|temporary)"}
> }
> }
> 07 Mar 2016 16:35:45,334 INFO [qtp-ambari-client-25]
> AbstractResourceProvider:917 - Received a updateHostComponent request,
> clusterName=sparkB, serviceName=HDFS, componentName=NAMENODE,
> hostname=sparkb2.sec.support.com, request={ clusterName=sparkB,
> serviceName=HDFS, componentName=NAMENODE, hostname=sparkb2.sec.support.com,
> desiredState=INSTALLED, state=null, desiredStackId=null, staleConfig=null,
> adminState=null}
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)