You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Chase Bradford (JIRA)" <ji...@apache.org> on 2011/02/15 01:45:57 UTC

[jira] Created: (HADOOP-7142) FsShell.TextRecordReader doesn't work if a SequenceFile has non-Writable objects

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