You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2008/04/03 12:34:24 UTC

[jira] Commented: (HADOOP-3157) TestMiniMRLocalFS fails in trunk on Windows

    [ https://issues.apache.org/jira/browse/HADOOP-3157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12585042#action_12585042 ] 

Hadoop QA commented on HADOOP-3157:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
http://issues.apache.org/jira/secure/attachment/12379215/HADOOP-3157-1.patch
against trunk revision 643282.

    @author +1.  The patch does not contain any @author tags.

    tests included +1.  The patch appears to include 3 new or modified tests.

    javadoc +1.  The javadoc tool did not generate any warning messages.

    javac +1.  The applied patch does not generate any new javac compiler warnings.

    release audit +1.  The applied patch does not generate any new release audit warnings.

    findbugs +1.  The patch does not introduce any new Findbugs warnings.

    core tests -1.  The patch failed core unit tests.

    contrib tests +1.  The patch passed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2136/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2136/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2136/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2136/console

This message is automatically generated.

> TestMiniMRLocalFS fails in trunk on Windows
> -------------------------------------------
>
>                 Key: HADOOP-3157
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3157
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.17.0
>            Reporter: lohit vijayarenu
>            Assignee: lohit vijayarenu
>             Fix For: 0.17.0
>
>         Attachments: HADOOP-3157-1.patch
>
>
> TestMiniMRLocalFS fails with this stacktrace on Windows
> Testcase: testWithLocal took 299.637 sec
>   Caused an ERROR
> No FileSystem for scheme: C
> java.io.IOException: No FileSystem for scheme: C
>   at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:1278)
>   at org.apache.hadoop.fs.FileSystem.access$300(FileSystem.java:53)
>   at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:1292)
>   at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:191)
>   at org.apache.hadoop.filecache.DistributedCache.getTimestamp(DistributedCache.java:414)
>   at org.apache.hadoop.mapred.JobClient.configureCommandLineOptions(JobClient.java:605)
>   at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:700)
>   at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:973)
>   at org.apache.hadoop.mapred.MRCaching.launchMRCache(MRCaching.java:196)
>   at org.apache.hadoop.mapred.TestMiniMRLocalFS.testWithLocal(TestMiniMRLocalFS.java:56)

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