[
https://issues.apache.org/jira/browse/AMBARI-10986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14531952#comment-14531952
]
Hudson commented on AMBARI-10986:
---------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #2536 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/2536/])
AMBARI-10986. HBase security authorization/authentication should set
appropriate classes (srimanth) (sgunturi:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=8963501be6c25ebd421d1935cb2a1ddb5b6ffee9)
*
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-site.xml
* ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py
* ambari-server/src/main/resources/stacks/HDP/2.2/services/stack_advisor.py
*
ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/configuration/hbase-site.xml
> HBase security authorization/authentication should set appropriate classes
> --------------------------------------------------------------------------
>
> Key: AMBARI-10986
> URL: https://issues.apache.org/jira/browse/AMBARI-10986
> Project: Ambari
> Issue Type: Task
> Components: contrib
> Affects Versions: 2.1.0
> Reporter: Srimanth Gunturi
> Assignee: Srimanth Gunturi
> Fix For: 2.1.0
>
> Attachments: AMBARI-10986.patch
>
>
> {{hbase.security.authentication}}
> * Value should be ""Simple"" or ""Kerberos"
> * If Kerberos: hbase.coprocessor.region.classes gets the additional value of
> org.apache.hadoop.hbase.security.token.TokenProvider. Otherwise this value is
> not present
> {{hbase.security.authorization}}
> * Values should be "Off" or "Native"
> * When Native:
> hbase.security.authorization = true
> hbase.coprocessor.master.classes =
> org.apache.hadoop.hbase.security.access.AccessController
> hbase.coprocessor.region.classes =
> org.apache.hadoop.hbase.security.access.AccessController
> hbase.coprocessor.regionserver.classes =
> org.apache.hadoop.hbase.security.access.AccessController
> When Off:
> hbase.security.authorization = false
> AccessController classes not present in coprocessor settings
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)