Amitanand Aiyer created HBASE-6605:
--------------------------------------

             Summary: Allow bulk loading to continue past failures.
                 Key: HBASE-6605
                 URL: https://issues.apache.org/jira/browse/HBASE-6605
             Project: HBase
          Issue Type: Improvement
            Reporter: Amitanand Aiyer
            Assignee: Amitanand Aiyer
            Priority: Minor


Currently, bulk loading a set of files will error out on the first file that it 
is unable to bulk load.

We have seen internal cases where there are transient failures (dfs/file 
corruption etc) that may cause a file to not be successfully bulk loaded. It 
seems useful to have  a mode where the bulk load process tries all the input 
files, even if there is a failure.

Thus, at the end of the process all the files remaining in the original 
directory are failed files.

Adding a configuration option to enable this behavior. The default behavior is 
still to error out on the first failure.

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

        

Reply via email to