[ https://issues.apache.org/jira/browse/HADOOP-10876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrew Wang updated HADOOP-10876: --------------------------------- Target Version/s: 2.6.0 Release Note: Paths can no longer be constructed from a null or empty URI. This matches the behavior of the Path(String) constructor, which disallows null or empty Strings. > The constructor of Path should not take an empty URL as a parameter > ------------------------------------------------------------------- > > Key: HADOOP-10876 > URL: https://issues.apache.org/jira/browse/HADOOP-10876 > Project: Hadoop Common > Issue Type: Bug > Reporter: zhihai xu > Attachments: HADOOP-10876.000.patch > > > The constructor of Path should not take an empty URL as a parameter, As > discussed in HADOOP-10820, This JIRA is to change Path constructor at public > Path(URI aUri) to check the empty URI and throw IllegalArgumentException for > empty URI. -- This message was sent by Atlassian JIRA (v6.2#6252)