You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jimmy Xiang (JIRA)" <ji...@apache.org> on 2014/08/01 22:41:39 UTC

[jira] [Commented] (HBASE-10834) Better error messaging on issuing grant commands in non-authz mode

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

Jimmy Xiang commented on HBASE-10834:
-------------------------------------

This patch is for 0.94. We don't have the issue for 0.98+, right? Does v3 solve the problem?

> Better error messaging on issuing grant commands in non-authz mode
> ------------------------------------------------------------------
>
>                 Key: HBASE-10834
>                 URL: https://issues.apache.org/jira/browse/HBASE-10834
>             Project: HBase
>          Issue Type: Bug
>          Components: shell
>    Affects Versions: 0.94.17
>            Reporter: Srikanth Srungarapu
>            Assignee: Srikanth Srungarapu
>            Priority: Trivial
>         Attachments: HBASE-10834.patch, HBASE-10834_v2.patch, HBASE-10834_v3.patch
>
>
> Running the below sequence of steps should give a better error messaging rather than "table not found" error. 
> {code}
> hbase(main):009:0> grant "test", "RWCXA"
> ERROR: Unknown table _acl_!
> Here is some help for this command:
> Grant users specific rights.
> Syntax : grant <user> <permissions> [<table> [<column family> [<column qualifier>]]
> permissions is either zero or more letters from the set "RWXCA".
> READ('R'), WRITE('W'), EXEC('X'), CREATE('C'), ADMIN('A')
> For example:
>     hbase> grant 'bobsmith', 'RWXCA'
>     hbase> grant 'bobsmith', 'RW', 't1', 'f1', 'col1'
> {code}
> Instead of ERROR: Unknown table _acl_!, hbase should give out a warning like "Command not supported in non-authz mode(as acl table is only created if authz is turned on)"



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