Hello,

I know if I use default scan api, HBase scans table in a serial manner, as
it needs to guarantee the order of the returned tuples. My question is if I
use MapReduce to read the HBase table, and directly output the results in
HDFS, not returned back to client. The HBase scan is still in a serial
manner or in this situation it can run a parallel scan.

Thanks!

Yong

Reply via email to