You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by LEI Xiaofeng <le...@ihep.ac.cn> on 2014/04/24 04:19:27 UTC

hbase bulk load

Hi,
In my case, I need to bulk load large data into hbase into the same table from time to time. The speed is very low and is only 17MB/s. There are 5 server nodes and a master node in my cluster. To some reasons, I use MapReduce to call a c++ thrift client to communicate with hbase.

Does anyone have any suggestions for me to promote the write speed?



Thanks,
Xiaofeng