Thank you ! On Sun, Mar 11, 2012 at 4:07 PM, Doug Meil <[email protected]>wrote:
> > Hi there- > > Have you seen the examples in here? > > http://hbase.apache.org/book.html#mapreduce > > > > > > > On 3/11/12 4:59 PM, "Weishung Chung" <[email protected]> wrote: > > >Hey users, > > > >I am trying to store mapreduce output directly to HBase. Basically I have > >a > >regular mapper reading from files and would like to modify the reducer to > >store the output to HBase table. It looks like I could extends > >TableReducer. My mapper output is of Text key and IntWritable value. > > > >Any help/tips would be greatly appreciated. > > > >Thank you, > >Wei Shung > > >
