You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2014/09/29 19:24:34 UTC

[jira] [Updated] (MAPREDUCE-6114) TestMRCJCFileInputFormat#testAddInputPath fails in trunk

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

Ted Yu updated MAPREDUCE-6114:
------------------------------
    Summary: TestMRCJCFileInputFormat#testAddInputPath fails in trunk  (was: TestMRCJCFileInputFormat fails in trunk)

> TestMRCJCFileInputFormat#testAddInputPath fails in trunk
> --------------------------------------------------------
>
>                 Key: MAPREDUCE-6114
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6114
>             Project: Hadoop Map/Reduce
>          Issue Type: Test
>            Reporter: Ted Yu
>            Priority: Minor
>
> This can be reproduced locally:
> {code}
> Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.474 sec <<< FAILURE! - in org.apache.hadoop.mapreduce.lib.input.TestMRCJCFileInputFormat
> testAddInputPath(org.apache.hadoop.mapreduce.lib.input.TestMRCJCFileInputFormat)  Time elapsed: 0.86 sec  <<< ERROR!
> java.io.IOException: No FileSystem for scheme: s3
> 	at org.apache.hadoop.fs.FileSystem.getFileSystemClass(FileSystem.java:2583)
> 	at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2590)
> 	at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:91)
> 	at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2629)
> 	at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2611)
> 	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:370)
> 	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:169)
> 	at org.apache.hadoop.mapreduce.lib.input.TestMRCJCFileInputFormat.testAddInputPath(TestMRCJCFileInputFormat.java:55)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)