[
https://issues.apache.org/jira/browse/AMBARI-8667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14242856#comment-14242856
]
Aleksandr Kovalenko commented on AMBARI-8667:
---------------------------------------------
+1 for the patch
> oozie setting for oozie.authentication.kerberos.principal should be fixed in
> Ambari
> -----------------------------------------------------------------------------------
>
> Key: AMBARI-8667
> URL: https://issues.apache.org/jira/browse/AMBARI-8667
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: 2.0.0
> Reporter: Antonenko Alexander
> Assignee: Antonenko Alexander
> Priority: Blocker
> Fix For: 2.0.0
>
> Attachments: AMBARI-8667.patch
>
>
> As of now ambari sets for a specific host. This can lead to issues if oozie
> is trying to talk to hdfs on another machine.
> {code}
> <property>
> <name>oozie.authentication.kerberos.principal</name>
>
> <value>HTTP/[email protected]</value>
> </property>
> {code}
> It should be set to:
> {code}
> <property>
> <name>oozie.authentication.kerberos.principal</name>
> <value>HTTP/[email protected]</value>
> </property>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)