Make ...hbase.io.MapWritable more generic so that it can be included in
...hadoop.io
------------------------------------------------------------------------------------
Key: HADOOP-1727
URL: https://issues.apache.org/jira/browse/HADOOP-1727
Project: Hadoop
Issue Type: New Feature
Components: io
Affects Versions: 0.15.0
Reporter: Jim Kellerman
Assignee: Jim Kellerman
Priority: Minor
Fix For: 0.15.0
The class org.apache.hadoop.hbase.io.MapWritable could be made more generic
through the use of ReflectionUtils so that it could support more Map key and
value classes. Currently it supports Map<WritableComparable, Writable> only.
When more generalized, submit for consideration to be included in
org.apache.hadoop.io
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.