[
https://issues.apache.org/jira/browse/HADOOP-3946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Owen O'Malley updated HADOOP-3946:
----------------------------------
Resolution: Fixed
Hadoop Flags: [Reviewed]
Status: Resolved (was: Patch Available)
I recommitted this. The problem was two fold:
* HADOOP-3958 was failing, but it was unrelated to this patch. It also was
not being reported to junit.
* Mac OS java 6 is running out of memory on several of these tests. They run
fine under java 5.
> 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
> Assignee: Tom White
> 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.