[ 
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)

Reply via email to