[
https://issues.apache.org/jira/browse/HADOOP-8087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13966460#comment-13966460
]
Eric Payne commented on HADOOP-8087:
------------------------------------
[~daryn] and [~cmccabe] :
I came across this issue as part of a 0.23 backlog review.
Will this issue be resolved in 0.23 or 2.0? If not, can we remove the 0.23.3
and 2.0.0-alpha targets and leave this JIRA targeted for 3.0.0?
> Paths that start with a double slash cause "No filesystem for scheme: null"
> errors
> ----------------------------------------------------------------------------------
>
> Key: HADOOP-8087
> URL: https://issues.apache.org/jira/browse/HADOOP-8087
> Project: Hadoop Common
> Issue Type: Bug
> Affects Versions: 0.23.0, 0.24.0
> Reporter: Daryn Sharp
> Assignee: Colin Patrick McCabe
> Attachments: HADOOP-8087.001.patch, HADOOP-8087.002.patch
>
>
> {{Path}} is incorrectly parsing {{//dir/path}} in a very unexpected way.
> While it should translate to the directory {{$fs.default.name}/dir/path}}, it
> instead discards the {{//dir}} and returns
> {{$fs.default.name/path}}. The problem is {{Path}} is trying to parsing an
> authority even when a scheme is not present.
--
This message was sent by Atlassian JIRA
(v6.2#6252)