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 95B2917A7D for ; Tue, 30 Sep 2014 21:56:36 +0000 (UTC) Received: (qmail 32249 invoked by uid 500); 30 Sep 2014 21:56:36 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 32205 invoked by uid 500); 30 Sep 2014 21:56:36 -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 32193 invoked by uid 99); 30 Sep 2014 21:56:36 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Sep 2014 21:56:36 +0000 Date: Tue, 30 Sep 2014 21:56:36 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12098) User granted namespace table create permissions can't create a table 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-12098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14153826#comment-14153826 ] Hudson commented on HBASE-12098: -------------------------------- FAILURE: Integrated in HBase-0.98-on-Hadoop-1.1 #523 (See [https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/523/]) HBASE-12098 User granted namespace table create permissions can't create a table (Srikanth Srungarapu) (matteo.bertozzi: rev 6570e0ed87adb1ba1310c8f72181053a99a36532) * hbase-server/src/test/java/org/apache/hadoop/hbase/security/access/TestNamespaceCommands.java * hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java > User granted namespace table create permissions can't create a table > -------------------------------------------------------------------- > > Key: HBASE-12098 > URL: https://issues.apache.org/jira/browse/HBASE-12098 > Project: HBase > Issue Type: Bug > Components: Client, security > Affects Versions: 0.98.6 > Reporter: Dima Spivak > Assignee: Srikanth Srungarapu > Priority: Critical > Fix For: 2.0.0, 0.98.7, 0.99.1 > > Attachments: 12098-master.txt, HBASE-12098.patch, HBASE-12098_master_v2.patch > > > From the HBase shell and Java API, I am seeing > {code}ERROR: org.apache.hadoop.hbase.security.AccessDeniedException: Insufficient permissions for user 'dima' (global, action=CREATE){code} > when I try to create a table in a namespace to which I have been granted RWXCA permissions by a global admin. Interestingly enough, this only seems to extend to table creation; the same user is then allowed to disable and drop a table created by a global admin in that namespace. -- This message was sent by Atlassian JIRA (v6.3.4#6332)