[
https://issues.apache.org/jira/browse/AMBARI-8667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14242964#comment-14242964
]
Hadoop QA commented on AMBARI-8667:
-----------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12686630/AMBARI-8667.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 1 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/903//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/903//console
This message is automatically generated.
> 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)