You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Chris Douglas (JIRA)" <ji...@apache.org> on 2010/03/03 00:30:27 UTC

[jira] Created: (MAPREDUCE-1551) TestMiniMRLocalFS fails

TestMiniMRLocalFS fails
-----------------------

                 Key: MAPREDUCE-1551
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1551
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: test
    Affects Versions: 0.22.0
            Reporter: Chris Douglas


{{TestMiniMRLocalFS}} fails consistently on trunk:
{noformat}
Testcase: testWithLocal took 38.957 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)
{noformat}

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


[jira] Resolved: (MAPREDUCE-1551) TestMiniMRLocalFS fails

Posted by "Hemanth Yamijala (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hemanth Yamijala resolved MAPREDUCE-1551.
-----------------------------------------

    Resolution: Duplicate

This is a duplicate of MAPREDUCE-1520. There's a patch on it with a +1 from Devaraj. Can it be committed ?

> TestMiniMRLocalFS fails
> -----------------------
>
>                 Key: MAPREDUCE-1551
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1551
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.22.0
>            Reporter: Chris Douglas
>
> {{TestMiniMRLocalFS}} fails consistently on trunk:
> {noformat}
> Testcase: testWithLocal took 38.957 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)
> {noformat}

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