[
https://issues.apache.org/jira/browse/HBASE-12618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14232909#comment-14232909
]
Hudson commented on HBASE-12618:
--------------------------------
SUCCESS: Integrated in HBase-0.98-on-Hadoop-1.1 #679 (See
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/679/])
HBASE-12618 Add 'Namespace' to headers while displaying user permissions
(Ashish Singhi) (matteo.bertozzi: rev ea4025d5f8ea394bd5a853158afecd8fc0c462b6)
* hbase-shell/src/main/ruby/shell/commands/user_permission.rb
> 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
> Assignee: Ashish Singhi
> Priority: Trivial
> Labels: noob
> Fix For: 1.0.0, 2.0.0, 0.98.9
>
> 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)