[jira] [Commented] (HDFS-12373) Trying to construct Path for a file that has colon (":") throws IllegalArgumentException

2017-10-09 Thread Vlad Rozov (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16197507#comment-16197507 ] Vlad Rozov commented on HDFS-12373: --- [~boky01] Will you be submitting a patch? > Trying to construct

[jira] [Commented] (HDFS-12373) Trying to construct Path for a file that has colon (":") throws IllegalArgumentException

2017-09-22 Thread Andras Bokor (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16176160#comment-16176160 ] Andras Bokor commented on HDFS-12373: - How to reproduce that? {{Path path = new Path("/tmp/a:b");}}

[jira] [Commented] (HDFS-12373) Trying to construct Path for a file that has colon (":") throws IllegalArgumentException

2017-09-01 Thread Vlad Rozov (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16151231#comment-16151231 ] Vlad Rozov commented on HDFS-12373: --- {{org.apache.hadoop.fs.Path}} is not limited to a distributed file

[jira] [Commented] (HDFS-12373) Trying to construct Path for a file that has colon (":") throws IllegalArgumentException

2017-08-30 Thread Chen Liang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-12373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16148083#comment-16148083 ] Chen Liang commented on HDFS-12373: --- This seems to be intentional. {{DFSUtilClient.isValidName}} is