Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E9CD310422 for ; Thu, 22 Aug 2013 17:53:52 +0000 (UTC) Received: (qmail 82858 invoked by uid 500); 22 Aug 2013 17:53:52 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 82818 invoked by uid 500); 22 Aug 2013 17:53:52 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 82805 invoked by uid 99); 22 Aug 2013 17:53:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Aug 2013 17:53:52 +0000 Date: Thu, 22 Aug 2013 17:53:52 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-9302) Column family and qualifier should be allowed to be set as null in grant shell command MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-9302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-9302: -------------------------- Description: In 0.94, grant.rb has the following: {code} Grant users specific rights. Syntax : grant [ [ []] {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
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 was: In 0.94, grant.rb has the following: {code} Grant users specific rights. Syntax : grant [
[ []] {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: no method 'grant' for arguments (org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.AccessControlService.BlockingStub,org.jruby.RubyString,org.jruby.java.proxies.ArrayJavaProxy,org.jruby.RubyNil,org.jruby.RubyNil,org.jruby.java.proxies.ArrayJavaProxy) on Java::OrgApacheHadoopHbaseProtobuf::ProtobufUtil available overloads: (org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.AccessControlService.BlockingInterface,java.lang.String,java.lang.String,org.apache.hadoop.hbase.security.access.Permission.Action[]) (org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.AccessControlService.BlockingInterface,java.lang.String,org.apache.hadoop.hbase.TableName,byte[],byte[],org.apache.hadoop.hbase.security.access.Permission.Action[]) (org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.AccessControlService.BlockingInterface,java.lang.String,org.apache.hadoop.hbase.security.access.Permission.Action[]) Here is some help for this command: Grant users specific rights. Syntax : grant
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 > 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 > > In 0.94, grant.rb has the following: > {code} > Grant users specific rights. > Syntax : grant [
[ []] > {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
> 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