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 5E45017FD2 for ; Thu, 2 Oct 2014 04:53:35 +0000 (UTC) Received: (qmail 29775 invoked by uid 500); 2 Oct 2014 04:53:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 29686 invoked by uid 500); 2 Oct 2014 04:53:34 -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 29596 invoked by uid 99); 2 Oct 2014 04:53:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Oct 2014 04:53:34 +0000 Date: Thu, 2 Oct 2014 04:53:34 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12120) HBase shell doesn't allow deleting of a cell by user with W-only permissions to it 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-12120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14156078#comment-14156078 ] Hudson commented on HBASE-12120: -------------------------------- FAILURE: Integrated in HBase-0.98-on-Hadoop-1.1 #530 (See [https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/530/]) HBASE-12120 HBase shell doesn't allow deleting of a cell by user with W-only permissions to it (Srikanth Srungarapu) (matteo.bertozzi: rev acca2883f6f963d714383b395a7ef10ff6f86c0d) * hbase-shell/src/main/ruby/hbase/table.rb > HBase shell doesn't allow deleting of a cell by user with W-only permissions to it > ---------------------------------------------------------------------------------- > > Key: HBASE-12120 > URL: https://issues.apache.org/jira/browse/HBASE-12120 > Project: HBase > Issue Type: Bug > Components: shell > Reporter: Dima Spivak > Assignee: Srikanth Srungarapu > Fix For: 2.0.0, 0.98.7, 0.99.1 > > Attachments: HBASE-12120.patch > > > If cell-level ACLs are used to give a user "W" permissions to a cell, they should be able to delete that cell. In testing the Java API, I've confirmed that this is respected. Using the HBase shell, however, a user trying to delete a cell to which they don't have read permissions results in a "Row Not Found" error. > [~mbertozzi] tracked this down to a change introduced by HBASE-5837 wherein an attempt is made to get the cell before deleting it to confirm that it exists. -- This message was sent by Atlassian JIRA (v6.3.4#6332)