[
https://issues.apache.org/jira/browse/HBASE-9302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13749709#comment-13749709
]
Hadoop QA commented on HBASE-9302:
----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12599463/9302.txt
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:red}-1 patch{color}. The patch command could not apply the patch.
Console output:
https://builds.apache.org/job/PreCommit-HBASE-Build/6887//console
This message is automatically generated.
> Column family and qualifier should be allowed to be set as null in grant
> shell command
> --------------------------------------------------------------------------------------
>
> Key: HBASE-9302
> URL: https://issues.apache.org/jira/browse/HBASE-9302
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.92.3, 0.98.0, 0.96.0
> Reporter: Ted Yu
> Assignee: Ted Yu
> Fix For: 0.98.0, 0.96.0
>
> Attachments: 9302.txt
>
>
> In 0.94, grant.rb has the following:
> {code}
> Grant users specific rights.
> Syntax : grant <user> <permissions> [<table> [<column family> [<column
> qualifier>]]
> {code}
> In 0.95.2, when I tried to grant permission on a table to user hrt_1, I got
> some exception:
> {code}
> hbase(main):003:0> grant 'hrt_1', 'R', 't1'
> ERROR: java.lang.NullPointerException: null
> 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}
> Column family and qualifier should be allowed to be set as null in grant
> shell command
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira