You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ashish Singhi (JIRA)" <ji...@apache.org> on 2014/12/03 04:56:14 UTC

[jira] [Updated] (HBASE-12618) Add 'Namespace' to headers while displaying user permissions.

     [ https://issues.apache.org/jira/browse/HBASE-12618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Singhi updated HBASE-12618:
----------------------------------
    Attachment: HBASE-12618.patch

> Add 'Namespace' to headers while displaying user permissions.
> -------------------------------------------------------------
>
>                 Key: HBASE-12618
>                 URL: https://issues.apache.org/jira/browse/HBASE-12618
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Srikanth Srungarapu
>            Priority: Trivial
>              Labels: noob
>         Attachments: HBASE-12618.patch
>
>
> Right now, the header of user_permission command has missing 'Namespace'
> {code}
> hbase(main):009:0> user_permission '.*'
> User                                     Table,Family,Qualifier:Permission                                                                                    
>  test                                    hbase,hbase:acl,,: [Permission: actions=ADMIN]
> {code}
> Ideally, it should be something like this
> {code}
> hbase(main):009:0> user_permission '.*'
> User                                     Namespace,Table,Family,Qualifier:Permission                                                                                    
>  test                                    hbase,hbase:acl,,: [Permission: actions=ADMIN]
> {code}



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