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

[jira] [Updated] (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:all-tabpanel ]

Srimanth Gunturi updated AMBARI-10986:
--------------------------------------
    Attachment: AMBARI-10986.patch

Tested on live cluster.

Tests pass
{noformat}
----------------------------------------------------------------------
Ran 232 tests in 6.353s

OK
----------------------------------------------------------------------
Total run:734
Total errors:0
Total failures:0
OK
log
log
StackAdvisor implementation for stack HDP1, version 2.0.6 was not found
Returning DefaultStackAdvisor implementation
StackAdvisor implementation for stack XYZ, version 1.0.0 was loaded
StackAdvisor implementation for stack XYZ, version 1.0.1 was loaded
Returning XYZ101StackAdvisor implementation
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 37:35.106s
[INFO] Finished at: Wed May 06 18:03:07 PDT 2015
[INFO] Final Memory: 34M/345M
[INFO] ------------------------------------------------------------------------
{noformat}

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