[ https://issues.apache.org/jira/browse/HADOOP-4203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pete Wyckoff resolved HADOOP-4203. ---------------------------------- Resolution: Invalid Fair enough. I was opening it for the (unpopular) idea of the generic RecordReader for anything implementing the Serialization framework. i.e., RecordReader<V>/RecordReader<Serialization<K>, Serialization<V>> { } . Of course, I didn't know much about Generics at the time and now see it is impossible to implement since one cannot do a new K() or new V(). Without that, one would have to rely on the Serialization implementation for getting the class which is also not popular. > implement LineReader (ie Text) Serialization/Serializer/Deserializer > -------------------------------------------------------------------- > > Key: HADOOP-4203 > URL: https://issues.apache.org/jira/browse/HADOOP-4203 > Project: Hadoop Core > Issue Type: New Feature > Components: mapred > Reporter: Pete Wyckoff > Priority: Minor > > Implement a wrapper around LineRecordReader.LineReader so as to support Text > in the Serialization framework. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.