Re: Writing multiple tables from reducer

2013-08-27 Thread Ravi Kiran
I have written a blog on this a while ago where I was writing to multiple tables from my mapper class. You can look into it at http://bigdatabuzz.wordpress.com/2012/04/24/how-to-write-to-multiple-hbase-tables-in-a-mapreduce-job/ Key things are, a) job.setOutputFormatClass (MultiTableOutputFormat.c

Writing multiple tables from reducer

2013-08-27 Thread jamal sasha
Hi, I am new to hbase and am trying to achieve the following. I am reading data from hdfs in mapper and parsing it.. So, in reducer I want my output to write to hbase instead of hdfs But here is the thing. public static class MyTableReducer extends TableReducer { public void reduce(Text key