You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by abhay ratnaparkhi <ab...@gmail.com> on 2011/08/18 11:36:50 UTC

Bulk loading in HBase

Following wiki has documentation regarding loading data in HBase.

http://wiki.apache.org/hadoop/Hbase/MapReduce

This usage deprecated map reduce APIs.
There is an example under heading
*Example to bulk import/load a text file into an HTable.*
This usage HTable to load data in HBase.
If I want to use TableOutputFormat and I don't need reduce. Then what will
be the job configuration details?


Thank you
Abhay