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 9B168111AD for ; Thu, 14 Aug 2014 16:04:12 +0000 (UTC) Received: (qmail 99366 invoked by uid 500); 14 Aug 2014 16:04:12 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 99321 invoked by uid 500); 14 Aug 2014 16:04:12 -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 99309 invoked by uid 99); 14 Aug 2014 16:04:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Aug 2014 16:04:12 +0000 Date: Thu, 14 Aug 2014 16:04:12 +0000 (UTC) From: "Jimmy Xiang (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-10834) Better error messaging on issuing grant commands in non-authz mode 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-10834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jimmy Xiang updated HBASE-10834: -------------------------------- Resolution: Fixed Fix Version/s: 0.94.23 Hadoop Flags: Reviewed Status: Resolved (was: Patch Available) Integrated into 0.94. Thanks Srikanth for the patch. > 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 > Fix For: 0.94.23 > > Attachments: HBASE-10834.patch, HBASE-10834_v2.patch, HBASE-10834_v3.patch, HBASE-10834_v4.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 [ [ []] > 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)