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

Aaron T. Myers commented on HBASE-3240:
---------------------------------------

bq. importtsv doesn't complete the bulk load, does it?

My bad. I misunderstood the implementation of importtsv as always using bulk 
loads, but optionally not actually doing complete. In fact, it either prepares 
HFOFs for bulk load, or just uses the HBase put API directly. I'll update the 
patch to make this more clear.

bq. why'd you remove this? it no longer exists?

It was duplicated two lines down. Note this page: 
http://hbase.apache.org/bulk-loads.html

> Consolidate and document completebulkload tool and loadtable.rb
> ---------------------------------------------------------------
>
>                 Key: HBASE-3240
>                 URL: https://issues.apache.org/jira/browse/HBASE-3240
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 0.92.0
>            Reporter: Todd Lipcon
>            Assignee: Aaron T. Myers
>         Attachments: hbase-3240.0.patch
>
>
> Right now our bulk load features are a little confusing. We have loadtable.rb 
> for new tables and completebulkload for existing tables. The docs only talk 
> about the incremental case, and there are basically no docs for the ruby 
> script. We should conslidate these things and make the documentation a little 
> more clear on the full story.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to