You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2014/05/03 01:01:19 UTC

[jira] [Commented] (HBASE-11008) Align bulk load, flush, and compact to require Action.CREATE

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

Hudson commented on HBASE-11008:
--------------------------------

FAILURE: Integrated in HBase-0.94-JDK7 #132 (See [https://builds.apache.org/job/HBase-0.94-JDK7/132/])
HBASE-11008 Align bulk load, flush, and compact to require Action.CREATE (jdcryans: rev 1591494)
* /hbase/branches/0.94/security/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java
* /hbase/branches/0.94/security/src/test/java/org/apache/hadoop/hbase/security/access/TestAccessController.java


> Align bulk load, flush, and compact to require Action.CREATE
> ------------------------------------------------------------
>
>                 Key: HBASE-11008
>                 URL: https://issues.apache.org/jira/browse/HBASE-11008
>             Project: HBase
>          Issue Type: Improvement
>          Components: security
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>             Fix For: 0.99.0, 0.98.2, 0.96.3, 0.94.20
>
>         Attachments: HBASE-11008-0.94.patch, HBASE-11008-v2.patch, HBASE-11008-v3.patch, HBASE-11008.patch
>
>
> Over in HBASE-10958 we noticed that it might make sense to require Action.CREATE for bulk load, flush, and compact since it is also required for things like enable and disable.
> This means the following changes:
>  - preBulkLoadHFile goes from WRITE to CREATE
>  - compact/flush go from ADMIN to ADMIN or CREATE



--
This message was sent by Atlassian JIRA
(v6.2#6252)