Vlad Rozov created HDFS-12373: --------------------------------- Summary: Trying to construct Path for a file that has colon (":") throws IllegalArgumentException Key: HDFS-12373 URL: https://issues.apache.org/jira/browse/HDFS-12373 Project: Hadoop HDFS Issue Type: Bug Reporter: Vlad Rozov
In case a file has colon in its name, org.apache.hadoop.fs.Path, can not be constructed. For example, I have file "a:b" under /tmp and new Path("file:/tmp", "a:b") throws IllegalArgumentException. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org