[
https://issues.apache.org/jira/browse/HADOOP-6591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12842937#action_12842937
]
Rodrigo Schmidt commented on HADOOP-6591:
-----------------------------------------
Hi Nicholas,
Thanks for reviewing the patch!
I don't understand the incompatibility problem you mentioned. On
decodeFileName, I check version (lowercase, which is the version of the archive
generated, not the protocol version) and return the original filename if it's
not 2 (which means it's 1 since the protocol rejects higher versions). That
should make this patch backward compatible.
I think you might have confused version (lowercase - version of the archive
being read) with VERSION (uppercase - version of the protocol). Let me know if
that's indeed the case or I missed something else.
-Rodrigo
> HarFileSystem cannot handle paths with the space character
> ----------------------------------------------------------
>
> Key: HADOOP-6591
> URL: https://issues.apache.org/jira/browse/HADOOP-6591
> Project: Hadoop Common
> Issue Type: Bug
> Components: fs
> Reporter: Tsz Wo (Nicholas), SZE
> Assignee: Mahadev konar
> Attachments: HADOOP-6591.patch
>
>
> Since HarFileSystem is using " " as a separator in the index files, it won't
> work if there are " " in the path.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.