FsShell.TextRecordReader doesn't work if a SequenceFile has non-Writable objects --------------------------------------------------------------------------------
Key: HADOOP-7142 URL: https://issues.apache.org/jira/browse/HADOOP-7142 Project: Hadoop Common Issue Type: Improvement Reporter: Chase Bradford Assignee: Chase Bradford Priority: Minor TextRecordReader expects the sequence files to have Key and Value objects that implement Writable. The pluggable Serialization framework lets sequence files hold arbitrary object types, so we should relax the Key and Value requirements to simply Object. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira