You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/08/12 07:07:48 UTC

[jira] [Commented] (HBASE-14057) HBase shell user_permission should list super users defined on hbase-site.xml

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

Hudson commented on HBASE-14057:
--------------------------------

FAILURE: Integrated in HBase-0.98 #1075 (See [https://builds.apache.org/job/HBase-0.98/1075/])
HBASE-14057 HBase shell user_permission should list super users defined on hbase-site.xml (apurtell: rev 2eb2017c1b7f9e17dcd95e3f1eacdc17bd735b03)
* hbase-server/src/test/java/org/apache/hadoop/hbase/security/access/TestAccessController.java
* hbase-common/src/main/java/org/apache/hadoop/hbase/security/Superusers.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java


> HBase shell user_permission should list super users defined on hbase-site.xml
> -----------------------------------------------------------------------------
>
>                 Key: HBASE-14057
>                 URL: https://issues.apache.org/jira/browse/HBASE-14057
>             Project: HBase
>          Issue Type: Task
>          Components: shell
>    Affects Versions: 1.0.1
>            Reporter: Wellington Chevreuil
>            Assignee: Srikanth Srungarapu
>            Priority: Minor
>             Fix For: 2.0.0, 0.98.14, 1.3.0
>
>         Attachments: HBASE-14057-branch-1.patch, HBASE-14057.patch
>
>
> On HBase Shell, user_permission command without specifying any user lists all users granted global permissions (grant 'user', 'RWXCA'):
> {noformat}
> hbase(main):008:0* user_permission
> User                                                   Namespace,Table,Family,Qualifier:Permission                                                                                                                  
>  @hbase-admin                                          hbase,hbase:acl,,: [Permission: actions=READ,WRITE,EXEC,CREATE,ADMIN]                                                                                        
> 1 row(s) in 3.1710 seconds
> {noformat}
> Users defined as super users on hbase-site.xml configuration file are not listed by this same command, even though a super user has the same permissions/privileges as those defined through "grant 'user', 'RWXCA' command on the shell:
> {noformat}
> <property>
>     <name>hbase.superuser</name>
>     <value>hbase-user</value>
> </property>
> {noformat} 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)