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

Hudson commented on HBASE-10892:
--------------------------------

SUCCESS: Integrated in HBase-0.98-on-Hadoop-1.1 #281 (See 
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/281/])
HBASE-10892 [Shell] Add support for globs in user_permission (Esteban 
Gutierrez) (apurtell: rev 1590173)
* /hbase/branches/0.98/hbase-shell/src/main/ruby/hbase/security.rb
* 
/hbase/branches/0.98/hbase-shell/src/main/ruby/shell/commands/user_permission.rb


> [Shell] Add support for globs in user_permission
> ------------------------------------------------
>
>                 Key: HBASE-10892
>                 URL: https://issues.apache.org/jira/browse/HBASE-10892
>             Project: HBase
>          Issue Type: Improvement
>          Components: shell
>    Affects Versions: 0.99.0
>            Reporter: Esteban Gutierrez
>            Assignee: Esteban Gutierrez
>             Fix For: 0.99.0, 0.98.2
>
>         Attachments: HBASE-10892.v0.diff, HBASE-10892.v1.patch
>
>
> It would be nice for {{user_permission}} to show all the permissions for all 
> the tables or a subset of tables if a glob (regex) is provided.
> {code}
> hbase> user_permission '*'
> User                                       Table,Family,Qualifier:Permission
>  esteban                                   x,,: [Permission: 
> actions=READ,WRITE,EXEC,CREATE,ADMIN]
>  hbase1                                    y,,: [Permission: 
> actions=READ,WRITE]
>  hbase2                                    z,,: [Permission: 
> actions=READ,WRITE]
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to