[ 
https://issues.apache.org/jira/browse/HBASE-8358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13634151#comment-13634151
 ] 

Jeff Kolesky commented on HBASE-8358:
-------------------------------------

I imagine we would need to keep the "write" permission action for the sake of 
backwards-compatibility.  Therefore, we can add "put" and "delete" permission 
actions that can be used for more fine-grained control.  A user with "write" 
could issue any kind of write operation; to issue a put, a user must have the 
"put" permission; and to issue a delete, a user must have the "delete" 
permission.
                
> Add delete permission separate from full write permissions
> ----------------------------------------------------------
>
>                 Key: HBASE-8358
>                 URL: https://issues.apache.org/jira/browse/HBASE-8358
>             Project: HBase
>          Issue Type: New Feature
>            Reporter: Jeff Kolesky
>
> Currently there are five permissions checked by HBase: read, write, exec, 
> create, and admin.  An RDBMS allows for more fine-grained control over the 
> operations, and it would be helpful to have such controls in HBase.  
> Specifically, a distinction between "put" and "delete" would be most useful.

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

Reply via email to