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 "Hadoop QA (JIRA)" <ji...@apache.org> on 2007/06/07 23:03:26 UTC

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

    [ https://issues.apache.org/jira/browse/HADOOP-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502510 ] 

Hadoop QA commented on HADOOP-71:
---------------------------------

+1

http://issues.apache.org/jira/secure/attachment/12359029/non-default-fs-input.patch applied and successfully tested against trunk revision r544740.

Test results:   http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/257/testReport/
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/257/console

> The SequenceFileRecordReader uses the default FileSystem rather than the supplied one
> -------------------------------------------------------------------------------------
>
>                 Key: HADOOP-71
>                 URL: https://issues.apache.org/jira/browse/HADOOP-71
>             Project: Hadoop
>          Issue Type: Bug
>          Components: mapred
>    Affects Versions: 0.1.0
>            Reporter: Owen O'Malley
>            Assignee: Owen O'Malley
>             Fix For: 0.14.0
>
>         Attachments: non-default-fs-input.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.
-
You can reply to this email to add a comment to the issue online.