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
Fix For: 0.17.0
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.