[
https://issues.apache.org/jira/browse/AMBARI-14576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15090060#comment-15090060
]
Hudson commented on AMBARI-14576:
---------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #4137 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/4137/])
AMBARI-14576: Add Service wizard should show security related parameters
(jaoki:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=b8d4a898d694492bbffd645063ae1d026c7f9e61])
* ambari-web/test/controllers/wizard/step7_test.js
* ambari-web/app/controllers/wizard/step7_controller.js
> 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-branch-2-2.patch, 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)