[ http://issues.apache.org/jira/browse/HADOOP-71?page=comments#action_12371453 ]
Doug Cutting commented on HADOOP-71: ------------------------------------ This looks good, although it makes an incompatible changes to a public APIs used by Nutch. So we should probably continue to support the old method signatures too, or else make a co-ordinated change to Nutch. > 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
