[
https://issues.apache.org/jira/browse/MAPREDUCE-2143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12926110#action_12926110
]
Hudson commented on MAPREDUCE-2143:
-----------------------------------
Integrated in Hadoop-Mapreduce-trunk-Commit #523 (See
[https://hudson.apache.org/hudson/job/Hadoop-Mapreduce-trunk-Commit/523/])
> HarFileSystem is not able to handle spaces in its path
> ------------------------------------------------------
>
> Key: MAPREDUCE-2143
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-2143
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: harchive
> Reporter: Ramkumar Vadali
> Assignee: Ramkumar Vadali
> Fix For: 0.22.0
>
> Attachments: MAPREDUCE-2143.patch
>
>
> If the Path to the HAR contains spaces, Path.getFileSystem() fails. The
> problem is in HarFileSystem.initialize(), which uses URI.toString() to get a
> string for getting to the .har suffix. URI.toString() returns a
> percent-encoded string when the path contains spaces. When this string is
> subsequently used to get the _index file, we get a FileNotFoundException. The
> fix is to use URI.getPath().
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.