[
https://issues.apache.org/jira/browse/HBASE-22879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16910165#comment-16910165
]
Yi Mei commented on HBASE-22879:
--------------------------------
The global permissions are shown as following:
{code:java}
hbase(main):007:0> user_permission
User Namespace,Table,Family,Qualifier:Permission
hbase_tst ,,,: [Permission: actions=READ,WRITE,EXEC,CREATE,ADMIN]
user ,,,: [Permission: actions=READ,WRITE]
hbase_tst_admin ,,,: [Permission: actions=READ,WRITE,EXEC,CREATE,ADMIN]
hbase_tst ,,,: [Permission: actions=READ,WRITE,EXEC,CREATE,ADMIN]
4 row(s)
Took 0.0343 seconds
{code}
> user_permission command failed to show global permission
> --------------------------------------------------------
>
> Key: HBASE-22879
> URL: https://issues.apache.org/jira/browse/HBASE-22879
> Project: HBase
> Issue Type: Bug
> Reporter: Yi Mei
> Assignee: Yi Mei
> Priority: Major
>
> When use user_permission command to show global permissions, the following
> exception occurred:
> {code:java}
> hbase(main):001:0> user_permission
> User Namespace,Table,Family,Qualifier:Permission
> ERROR: failed to coerce
> org.apache.hadoop.hbase.security.access.GlobalPermission to
> org.apache.hadoop.hbase.security.access.TablePermission
> For usage try 'help "user_permission"'
> Took 1.1249 seconds
> hbase(main):002:0>
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)