You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Victor Xu (JIRA)" <ji...@apache.org> on 2015/06/29 05:13:04 UTC

[jira] [Created] (HBASE-13985) Add configuration to skip validating HFile format when bulk loading millions of HFiles

Victor Xu created HBASE-13985:
---------------------------------

             Summary: Add configuration to skip validating HFile format when bulk loading millions of HFiles
                 Key: HBASE-13985
                 URL: https://issues.apache.org/jira/browse/HBASE-13985
             Project: HBase
          Issue Type: Improvement
    Affects Versions: 0.98.13
            Reporter: Victor Xu
            Assignee: Victor Xu
            Priority: Minor
             Fix For: 0.98.14


When bulk loading millions of HFile into one HTable, checking HFile format is the most time-consuming phase. Maybe we could use a parallel mechanism to increase the speed, but when it comes to millions of HFiles, it may still cost dozens of minutes. So I think it's necessary to add an option for advanced user to bulkload without checking HFile format at all. 



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