[
https://issues.apache.org/jira/browse/HADOOP-14217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15941070#comment-15941070
]
Tsz Wo Nicholas Sze commented on HADOOP-14217:
----------------------------------------------
Unable to support ':' is a long standing issue, as early as HDFS-13. I have a
patch
([2066_20071022.patch|https://issues.apache.org/jira/secure/attachment/12368184/2066_20071022.patch])
there (wow) almost 10 years ago.
One problem is that the general URI syntax is very general. We could safely
assume that our URIs are [hierarchical
URIs|http://docs.oracle.com/javase/8/docs/api/java/net/URI.html], i.e.
{code}
[scheme:][//authority][path][?query][#fragment]
{code}
or even
{code}
[[scheme:]//authority]path
{code}
Then, the problem becomes fixable as shown in [this
comment|https://issues.apache.org/jira/browse/HDFS-13?focusedCommentId=12536875&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-12536875].
> Object Storage: support colon in object path
> --------------------------------------------
>
> Key: HADOOP-14217
> URL: https://issues.apache.org/jira/browse/HADOOP-14217
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: fs, fs/oss
> Reporter: Genmao Yu
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]