[ https://issues.apache.org/jira/browse/MAPREDUCE-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836522#action_12836522 ]
Vinod K V commented on MAPREDUCE-1520: -------------------------------------- I ran it once, here's the failure trace.. {code} Testcase: testWithLocal took 64.078 sec Caused an ERROR File QuasiMonteCarlo_TMP_3_141592654/out/reduce-out does not exist. java.io.FileNotFoundException: File QuasiMonteCarlo_TMP_3_141592654/out/reduce-out does not exist. at org.apache.hadoop.fs.RawLocalFileSystem.getFileStatus(RawLocalFileSystem.java:420) at org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:246) at org.apache.hadoop.io.SequenceFile$Reader.<init>(SequenceFile.java:1466) at org.apache.hadoop.io.SequenceFile$Reader.<init>(SequenceFile.java:1447) at org.apache.hadoop.examples.QuasiMonteCarlo.estimatePi(QuasiMonteCarlo.java:313) at org.apache.hadoop.mapred.TestMiniMRWithDFS.runPI(TestMiniMRWithDFS.java:235) at org.apache.hadoop.mapred.TestMiniMRLocalFS.testWithLocal(TestMiniMRLocalFS.java:68) {code} Still wondering how Hudson didn't fail this test while blessing MAPREDUCE-1307. > TestMiniMRLocalFS fails on trunk > -------------------------------- > > Key: MAPREDUCE-1520 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1520 > Project: Hadoop Map/Reduce > Issue Type: Bug > Affects Versions: 0.22.0 > Reporter: Devaraj Das > Fix For: 0.22.0 > > > TestMiniMRLocalFS fails on trunk. I checked with both trunk revs - pre and > post MAPREDUCE-1430 commit and it failed in both the cases. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.