You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/11/14 22:33:59 UTC

[jira] [Created] (HBASE-17093) Enhance SecureBulkLoadClient#secureBulkLoadHFiles() to return the family paths of the final hfiles

Ted Yu created HBASE-17093:
------------------------------

             Summary: Enhance SecureBulkLoadClient#secureBulkLoadHFiles() to return the family paths of the final hfiles
                 Key: HBASE-17093
                 URL: https://issues.apache.org/jira/browse/HBASE-17093
             Project: HBase
          Issue Type: Improvement
            Reporter: Ted Yu


Currently SecureBulkLoadClient#secureBulkLoadHFiles() returns boolean value to indicate success / failure.

Since SecureBulkLoadClient.java is new to master branch, we can change the return type to be the family paths of the final hfiles.

LoadQueueItem would be moved to hbase-client module.
LoadQueueItem in hbase-server module would delegate to the class in hbase-client module.



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