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 "Nigel Daley (JIRA)" <ji...@apache.org> on 2008/05/14 02:45:57 UTC

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

     [ https://issues.apache.org/jira/browse/HADOOP-3157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nigel Daley updated HADOOP-3157:
--------------------------------

    Release Note:   (was: Fix path handling in DistributedCache and TestMiniMRLocalFS to work correctly on Windows.)

Test changes are not release note worthy.  Remove the release note.


> 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: Doug Cutting
>            Priority: Blocker
>             Fix For: 0.17.0
>
>         Attachments: HADOOP-3157-1.patch, HADOOP-3157-2.patch, HADOOP-3157-3.patch, HADOOP-3157.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.