You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Michael Ellery <me...@opendns.com> on 2013/07/01 21:54:16 UTC

simple export --> bulk import

I'm currently struggling with export/import between two hbase clusters. 
I have managed to create incremental exports from the source cluster
(using hbase Export). Now I would like to bulk load the export into the
destination (presumably using HFiles).  The reason for the bulk load
requirement is that the destination cluster is NOT tuned for individual
puts (which is what the default import does).

I've tried importtsv, but it seems to get confused by the exported data
and I end-up with incorrect data in the destination.

Has anyone successfully used export + import with a bulkload at the
destination?  If not, are there other utils I should consider using for
this use-case?

Thanks,
Mike Ellery