[
https://issues.apache.org/jira/browse/AMBARI-7785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14172291#comment-14172291
]
Hadoop QA commented on AMBARI-7785:
-----------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12674975/AMBARI-7785_branch-1.7.0.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/205//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/205//console
This message is automatically generated.
> Principal for DRPC should point to Nimbus host
> ----------------------------------------------
>
> Key: AMBARI-7785
> URL: https://issues.apache.org/jira/browse/AMBARI-7785
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: 1.7.0
> Reporter: Andrii Tkach
> Assignee: Andrii Tkach
> Priority: Critical
> Fix For: 1.7.0
>
> Attachments: AMBARI-7785.patch, AMBARI-7785_branch-1.7.0.patch
>
>
> suppose we have the following layout:
> {code}
> с6402 -- nimbus
> с6404 -- drpc
> {code}
> when generate CVS for security enabliing principal for DRPC should have the
> following form:
> {code}
> nimbus/{nimbus_host}@EXAMPLE.COM
> {code}
> but currently we have just current host.
> We have now:
> {code}
> c6404.ambari.apache.org,DRPC_SERVER,nimbus/[email protected],nimbus.service.keytab,/etc/security/keytabs,root,hadoop,440
> {code}
> Must be:
> {code}
> c6404.ambari.apache.org,DRPC_SERVER,nimbus/[email protected],nimbus.service.keytab,/etc/security/keytabs,strom,hadoop,440
> {code}
> Please pay attention on user section in CVS: it should be {{storm}} instead
> of {{root}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)