[
https://issues.apache.org/jira/browse/HADOOP-3960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12622936#action_12622936
]
Raghu Angadi commented on HADOOP-3960:
--------------------------------------
Test traces from [one of the
builds|http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3051/testReport/]
:
* {noformat}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:195)
at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:740)
at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1036)
at org.apache.hadoop.mapred.TestMapRed.launch(TestMapRed.java:614)
at
org.apache.hadoop.mapred.TestMapRed.testMapred(TestMapRed.java:248){noformat}
* {noformat} java.io.FileNotFoundException: File does not exist:
/tmp/sortvalidate/recordstatschecker/part-00000
at
org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:404)
at org.apache.hadoop.fs.FileSystem.getLength(FileSystem.java:677)
at
org.apache.hadoop.io.SequenceFile$Reader.<init>(SequenceFile.java:1416)
at
org.apache.hadoop.io.SequenceFile$Reader.<init>(SequenceFile.java:1411)
at
org.apache.hadoop.mapred.SortValidator$RecordStatsChecker.checkRecords(SortValidator.java:370)
at org.apache.hadoop.mapred.SortValidator.run(SortValidator.java:561)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
at
org.apache.hadoop.mapred.TestMiniMRDFSSort.runSortValidator(TestMiniMRDFSSort.java:73)
at
org.apache.hadoop.mapred.TestMiniMRDFSSort.testMapReduceSort(TestMiniMRDFSSort.java:99)
{noformat}
> Couple of mapred unit test are failing in Hudson builds.
> --------------------------------------------------------
>
> Key: HADOOP-3960
> URL: https://issues.apache.org/jira/browse/HADOOP-3960
> Project: Hadoop Core
> Issue Type: Bug
> Components: mapred
> Reporter: Raghu Angadi
>
> Most frequent ones are
> {{org.apache.hadoop.mapred.TestMapRed.testMapred}} and
> {{org.apache.hadoop.mapred.TestMiniMRDFSSort.testMapReduceSort}}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.