Home > HbaseBulkloader

HbaseBulkloader

HbaseBulkloader is a project mainly written in JAVA and RUBY, it's free.

obvious

h1. Hbase Bulkloader

A bulkloader for HBase that explores various strategies. The sanest, and most mentally gentle, is probably the pig loader:


data = LOAD '$INPUT' AS (field_1:chararray, field_2:int); -- etc.
STORE data INTO '$TABLE' USING com.infochimps.hbase.pig.HBaseStorage('$CF:field_1 $CF:field_2');
Previous:liip.two