Shixiong Zhu created HDFS-14762:
-----------------------------------

             Summary: "Path(Path/String parent, String child)" will fail when 
"child" contains ":"
                 Key: HDFS-14762
                 URL: https://issues.apache.org/jira/browse/HDFS-14762
             Project: Hadoop HDFS
          Issue Type: Bug
            Reporter: Shixiong Zhu


When the "child" parameter contains ":", "Path(Path/String parent, String 
child)" will throw the following exception:
{code}
java.lang.IllegalArgumentException: java.net.URISyntaxException: Relative path 
in absolute URI: ...
{code}

Not sure if this is a bug. But the following places will hit this error when 
seeing a Path with a file name containing ":":

https://github.com/apache/hadoop/blob/f9029c4070e8eb046b403f5cb6d0a132c5d58448/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/ChecksumFileSystem.java#L101
https://github.com/apache/hadoop/blob/f9029c4070e8eb046b403f5cb6d0a132c5d58448/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/Globber.java#L270





--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org

Reply via email to