To answer my question, this is what needs to be done
BatchUpdate update = new BatchUpdate(k2.toString());
update.put(familyCell, String.valueOf(sum).getBytes());
oc.collect(new ImmutableBytesWritable(familyCell.getBytes()),
update);Cheers, Mark On Thu, Jan 27, 2011 at 3:48 PM, Mark Kerzner <[email protected]> wrote: > Hi, > > how does one use the (admittedly deprecated) > > org.apache.hadoop.hbase.mapred.TableReduce > > to write to a table? > > Thank you, > Mark >
