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 "Owen O'Malley (JIRA)" <ji...@apache.org> on 2006/03/09 01:20:39 UTC

[jira] Updated: (HADOOP-71) The SequenceFileRecordReader uses the default FileSystem rather than the supplied one

     [ http://issues.apache.org/jira/browse/HADOOP-71?page=all ]

Owen O'Malley updated HADOOP-71:
--------------------------------

    Attachment: explicit-fs.patch

Here is a patch that adds the FileSystem as an argument to the constructor.

> The SequenceFileRecordReader uses the default FileSystem rather than the supplied one
> -------------------------------------------------------------------------------------
>
>          Key: HADOOP-71
>          URL: http://issues.apache.org/jira/browse/HADOOP-71
>      Project: Hadoop
>         Type: Bug
>   Components: mapred
>     Versions: 0.1
>     Reporter: Owen O'Malley
>     Assignee: Owen O'Malley
>  Attachments: explicit-fs.patch
>
> The mapred.TestSequenceFileInputFormat test was failing when run with a conf directory that pointed to a dfs cluster. The reason was that SequenceFileRecordReader was using the default FileSystem from the config, while the test program was assuming the "local" file system was being used.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira