You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Srikanth Srungarapu (JIRA)" <ji...@apache.org> on 2014/12/30 00:21:13 UTC

[jira] [Created] (HBASE-12774) Fix the inconsistent permission checks for bulkloading.

Srikanth Srungarapu created HBASE-12774:
-------------------------------------------

             Summary: Fix the inconsistent permission checks for bulkloading.
                 Key: HBASE-12774
                 URL: https://issues.apache.org/jira/browse/HBASE-12774
             Project: HBase
          Issue Type: Improvement
            Reporter: Srikanth Srungarapu
            Assignee: Srikanth Srungarapu
            Priority: Minor


Three checks(prePrepareBulkLoad, preCleanupBulkLoad, preBulkLoadHFile)  are being done while performing secure bulk load, and it looks the former two checks for 'W', while the later checks for 'C'. After having offline chat with [~jdcryans], looks like the inconsistency among checks were unintended. So, we can address this multiple ways.
* All checks should be for 'W'
* All checks should be for 'C'
* All checks should be for both 'W' and 'C'
Posting the initial patch going by the first option. Open to discussion.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)