Description
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.
Attachments
Attachments
Issue Links
- relates to
-
HADOOP-3950 TestMapRed and TestMiniMRDFSSort failed on trunk
- Closed