Srimanth Gunturi created AMBARI-10986:
-----------------------------------------

             Summary: 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


{{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)

Reply via email to