No writables.... The hbase api just takes array of byte as its values. Use protobuf api to create a byte[] then you're done.
On Oct 19, 2009 7:10 PM, "yz5od2" <woods5242-outdo...@yahoo.com> wrote: Thanks, I started looking at protobufs, avro etc. I guess I am trying to figure out where to start. So my mapper class would return a Writeable that implements the specifics of one of these protocols? On Oct 19, 2009, at 7:22 PM, Ryan Rawson wrote: > I would recommend a serialzation framework suc...