2010/7/19 elton sky <[email protected]>: > My question is if I wanna run the backgroup process as a MR job, can I get > data from hbase, rather than hdfs, with hadoop? How do I do that? > I appreciate if anyone can provide some simple example code.
Look at org.apache.hadoop.hbase.mapreduce package in hbase sources and as real example: org.apache.hadoop.hbase.mapreduce.RowCounter
