[
https://issues.apache.org/jira/browse/HADOOP-6564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836861#action_12836861
]
Mahadev konar commented on HADOOP-6564:
---------------------------------------
nicholas, does this jira belong to mapreduce then?
> HarFileSystem cannot handle har:///
> -----------------------------------
>
> Key: HADOOP-6564
> URL: https://issues.apache.org/jira/browse/HADOOP-6564
> Project: Hadoop Common
> Issue Type: Bug
> Components: fs
> Reporter: Tsz Wo (Nicholas), SZE
> Assignee: Mahadev konar
> Fix For: 0.22.0
>
> Attachments: c6564_20100222tmp_fix.patch
>
>
> {noformat}
> -bash-3.1$ hadoop jar examples.jar wordcount -Dmapred.job.queue.name=${JOBQ}
> har:///user/tsz/t10_4.har/t10_4 t10_4_har_wc
> java.io.IOException: No FileSystem for scheme: namenode_hostname
> at
> org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:1375)
> at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:66)
> at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:1390)
> at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:196)
> at
> org.apache.hadoop.fs.HarFileSystem.initialize(HarFileSystem.java:104)
> at
> org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:1378)
> at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:193)
> at org.apache.hadoop.fs.Path.getFileSystem(Path.java:175)
> at
> org.apache.hadoop.mapreduce.lib.input.FileInputFormat.listStatus(FileInputFormat.java:203)
> ...
> {noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.