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 "Tom White (JIRA)" <ji...@apache.org> on 2008/08/13 11:46:45 UTC

[jira] Updated: (HADOOP-3946) TestMapRed fails on trunk

     [ https://issues.apache.org/jira/browse/HADOOP-3946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White updated HADOOP-3946:
------------------------------

    Attachment: hadoop-3946.patch

Patch fixing the problem (MapFiles not being handled correctly by SequenceFileInputFormat).

> TestMapRed fails on trunk
> -------------------------
>
>                 Key: HADOOP-3946
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3946
>             Project: Hadoop Core
>          Issue Type: Bug
>    Affects Versions: 0.19.0
>            Reporter: Amareshwari Sriramadasu
>            Priority: Blocker
>             Fix For: 0.19.0
>
>         Attachments: hadoop-3946.patch
>
>
> TestMapRed fails on trunk with following exception:
> java.io.IOException: Not a file: file:/zonestorage/hudson/home/hudson/hudson/jobs/Hadoop-Patch/workspace/trunk/mapred.loadtest/intermediateouts/part-00000/data
> 	at org.apache.hadoop.mapred.FileInputFormat.getSplits(FileInputFormat.java:198)
> 	at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:740)
> 	at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1024)
> 	at org.apache.hadoop.mapred.TestMapRed.launch(TestMapRed.java:614)
> 	at org.apache.hadoop.mapred.TestMapRed.testMapred(TestMapRed.java:248)
> The failure is introduced by HADOOP-3664. Hudson detected the failure, but with commit of 3664 failure occurs on trunk.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.