You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2016/01/07 09:06:39 UTC

[jira] [Commented] (AMBARI-14576) Add Service wizard should show security related parameters for HAWQ, if Kerberos is enabled

    [ https://issues.apache.org/jira/browse/AMBARI-14576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15087042#comment-15087042 ] 

Hadoop QA commented on AMBARI-14576:
------------------------------------

{color:green}+1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12780883/AMBARI-14576-trunk.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 ambari-web.

Test results: https://builds.apache.org/job/Ambari-trunk-test-patch/4804//testReport/
Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/4804//console

This message is automatically generated.

> Add Service wizard should show security related parameters for HAWQ, if Kerberos is enabled
> -------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-14576
>                 URL: https://issues.apache.org/jira/browse/AMBARI-14576
>             Project: Ambari
>          Issue Type: Improvement
>          Components: ambari-web
>            Reporter: Matt
>            Assignee: Matt
>            Priority: Trivial
>             Fix For: trunk, 2.2.1
>
>         Attachments: AMBARI-14576-trunk.patch
>
>
> When HAWQ is added to a cluster which has Kerberos enabled, the following three configs have to be added:
> {code}
> {
>          name: 'hadoop.security.authentication',
>          value: 'kerberos',
> },
> {
>          name: 'enable_secure_filesystem',
>          value: 'ON'
> },
> {
>          name: 'krb_server_keyfile',
>          value: '/etc/security/keytabs/hawq.service.keytab'
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)