HbaseObjectWritable does not support unknown Writable, and writes code twice for known writables ------------------------------------------------------------------------------------------------
Key: HBASE-1863 URL: https://issues.apache.org/jira/browse/HBASE-1863 Project: Hadoop HBase Issue Type: Improvement Components: io Reporter: Andrew Priority: Trivial o.a.h.h.i.HbaseObjectWritable does not support read/write of unknown Writable object (will throw UnsupportedIoerationException); in addition, writing a known Writable object, e.g., HColumnDescriptor, will write the code twice. furthermore, it may be useful to change addToMap from private to public. not causing any problem with hbase, but will be nice to have the above corrected, especially part of the code is already there. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.