Hi Ted, First, just to make sure, LongColumnInterpreter implements either Writable or Serializable, right?
If so (I assume this is based on current trunk), sounds like a bug to me. There have been a couple changes over the past several months to allow HbaseObjectWritable to serialize Writables with no code by classname and to also support Serializable as a fall back. --gh On Thu, Mar 31, 2011 at 9:52 AM, Ted Yu <[email protected]> wrote: > Hi, > When I experimented with HBASE-1512, I got the following from > HbaseObjectWritable: > java.lang.UnsupportedOperationException: No code for unexpected class > > org.apache.hadoop.hbase.client.coprocessor.AggregationClient$1LongColumnInterpreter > > I think there was initiative to support dynamic class registration in > HbaseObjectWritable > > If someone can enlighten me on the above, that would be great. >
