You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Alejandro Fernandez (JIRA)" <ji...@apache.org> on 2015/05/07 04:14:59 UTC

[jira] [Commented] (AMBARI-10986) HBase security authorization/authentication should set appropriate classes

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

Alejandro Fernandez commented on AMBARI-10986:
----------------------------------------------

+1 LGTM

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