[
https://issues.apache.org/jira/browse/HADOOP-8053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13205185#comment-13205185
]
Tsz Wo (Nicholas), SZE commented on HADOOP-8053:
------------------------------------------------
Hi Carl,
"har://hdfs-/foo" actually is also an invalid Hadoop FileSystem path. The har
path format is "har://<scheme>-<host>/<path>" and <host> cannot be an empty
string.
In HADOOP-6560, I changed it from throwing NullPointerException to IOException.
I think it is fine if getting URISyntaxException.
> "har://hdfs-/foo" is not a valid URI
> ------------------------------------
>
> Key: HADOOP-8053
> URL: https://issues.apache.org/jira/browse/HADOOP-8053
> Project: Hadoop Common
> Issue Type: Bug
> Components: fs
> Affects Versions: 0.21.0, 0.23.0
> Reporter: Carl Steinbach
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira