"." is converted to an empty path ---------------------------------
Key: HADOOP-1891
URL: https://issues.apache.org/jira/browse/HADOOP-1891
Project: Hadoop
Issue Type: Bug
Components: dfs
Affects Versions: 0.14.1
Environment: Linux
Reporter: Olga Natkovich
Path p = new Path(".");
System.out.println("path=(" + p.toString() +")");
path =()
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
