MapFile doesn't worh with serializables other than Writables ------------------------------------------------------------
Key: HADOOP-6129 URL: https://issues.apache.org/jira/browse/HADOOP-6129 Project: Hadoop Common Issue Type: Improvement Components: io, mapred Affects Versions: 0.20.0 Reporter: Justin Patterson Since 0.18 (I think), SequenceFiles have supported serializing arbitrary objects through the serialization framework. MapFiles still don't. They require WritableComparable keys and Writable values. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.