Antonenko Alexander created AMBARI-8667:
-------------------------------------------
Summary: 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
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)