You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2012/06/21 00:19:42 UTC

[jira] [Created] (HBASE-6249) Apply ACLs to new bulk load hooks

Andrew Purtell created HBASE-6249:
-------------------------------------

             Summary: Apply ACLs to new bulk load hooks
                 Key: HBASE-6249
                 URL: https://issues.apache.org/jira/browse/HBASE-6249
             Project: HBase
          Issue Type: Sub-task
            Reporter: Andrew Purtell


HBASE-6224 adds coprocessor hooks for bulk loading. This should require table WRITE permission.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-6249) Apply ACLs to new bulk load hooks

Posted by "Francis Liu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13399764#comment-13399764 ] 

Francis Liu commented on HBASE-6249:
------------------------------------

I am already addressing this patch in HBASE-5498. Can I take over this task instead?
                
> Apply ACLs to new bulk load hooks
> ---------------------------------
>
>                 Key: HBASE-6249
>                 URL: https://issues.apache.org/jira/browse/HBASE-6249
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Andrew Purtell
>            Assignee: Laxman
>
> HBASE-6224 adds coprocessor hooks for bulk loading. This should require table WRITE permission.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-6249) Apply ACLs to new bulk load hooks

Posted by "Andrew Purtell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13398712#comment-13398712 ] 

Andrew Purtell commented on HBASE-6249:
---------------------------------------

We will need to enumerate the list of column families submitted for bulk loading and insure the requester has WRITE permission for all families in the request.
                
> Apply ACLs to new bulk load hooks
> ---------------------------------
>
>                 Key: HBASE-6249
>                 URL: https://issues.apache.org/jira/browse/HBASE-6249
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Andrew Purtell
>
> HBASE-6224 adds coprocessor hooks for bulk loading. This should require table WRITE permission.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-6249) Apply ACLs to new bulk load hooks

Posted by "Francis Liu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13399780#comment-13399780 ] 

Francis Liu commented on HBASE-6249:
------------------------------------

@Andy, thanks. My initial patch already did write checks against the list of column families. Will factor it out and put it here prolly this weekend.
                
> Apply ACLs to new bulk load hooks
> ---------------------------------
>
>                 Key: HBASE-6249
>                 URL: https://issues.apache.org/jira/browse/HBASE-6249
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Andrew Purtell
>            Assignee: Laxman
>
> HBASE-6224 adds coprocessor hooks for bulk loading. This should require table WRITE permission.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (HBASE-6249) Apply ACLs to new bulk load hooks

Posted by "Francis Liu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-6249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francis Liu reassigned HBASE-6249:
----------------------------------

    Assignee: Francis Liu  (was: Laxman)
    
> Apply ACLs to new bulk load hooks
> ---------------------------------
>
>                 Key: HBASE-6249
>                 URL: https://issues.apache.org/jira/browse/HBASE-6249
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Andrew Purtell
>            Assignee: Francis Liu
>
> HBASE-6224 adds coprocessor hooks for bulk loading. This should require table WRITE permission.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (HBASE-6249) Apply ACLs to new bulk load hooks

Posted by "Laxman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-6249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Laxman reassigned HBASE-6249:
-----------------------------

    Assignee: Laxman
    
> Apply ACLs to new bulk load hooks
> ---------------------------------
>
>                 Key: HBASE-6249
>                 URL: https://issues.apache.org/jira/browse/HBASE-6249
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Andrew Purtell
>            Assignee: Laxman
>
> HBASE-6224 adds coprocessor hooks for bulk loading. This should require table WRITE permission.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (HBASE-6249) Apply ACLs to new bulk load hooks

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-6249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-6249.
--------------------------

    Resolution: Duplicate

Marking as superceded by HBASE-5498
                
> Apply ACLs to new bulk load hooks
> ---------------------------------
>
>                 Key: HBASE-6249
>                 URL: https://issues.apache.org/jira/browse/HBASE-6249
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Andrew Purtell
>            Assignee: Francis Liu
>
> HBASE-6224 adds coprocessor hooks for bulk loading. This should require table WRITE permission.

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

[jira] [Commented] (HBASE-6249) Apply ACLs to new bulk load hooks

Posted by "Andrew Purtell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13399776#comment-13399776 ] 

Andrew Purtell commented on HBASE-6249:
---------------------------------------

@Francis Sure, at this point it's a trivial patch to AccessController to enforce TABLE WRITE permissions for these new hooks. A patch to do that for this issue would be welcome, if you have one feel free to reassign.
                
> Apply ACLs to new bulk load hooks
> ---------------------------------
>
>                 Key: HBASE-6249
>                 URL: https://issues.apache.org/jira/browse/HBASE-6249
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Andrew Purtell
>            Assignee: Laxman
>
> HBASE-6224 adds coprocessor hooks for bulk loading. This should require table WRITE permission.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-6249) Apply ACLs to new bulk load hooks

Posted by "Michael Drzal (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13445147#comment-13445147 ] 

Michael Drzal commented on HBASE-6249:
--------------------------------------

Should we just mark this as a dup?
                
> Apply ACLs to new bulk load hooks
> ---------------------------------
>
>                 Key: HBASE-6249
>                 URL: https://issues.apache.org/jira/browse/HBASE-6249
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Andrew Purtell
>            Assignee: Francis Liu
>
> HBASE-6224 adds coprocessor hooks for bulk loading. This should require table WRITE permission.

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