Using TableInputFormat is not the fastest way of reading data from HBase. Do not expect 100s of Mb per sec. You probably should take a look at M/R over HBase snapshots.
https://issues.apache.org/jira/browse/HBASE-8369 -Vladimir Rodionov On Wed, Oct 1, 2014 at 8:17 AM, Tao Xiao <xiaotao.cs....@gmail.com> wrote: > I can submit a MapReduce job reading that table, although its processing > rate is also a litter slower than I expected, but not that slow as Spark. > > >