|
|
+
Weishung Chung 2012-03-11, 20:59
+
Doug Meil 2012-03-11, 21:07
-
Re: example of mapreduce output to hbaseWeishung Chung 2012-03-12, 06:50
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 > > > |