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
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.