[
https://issues.apache.org/jira/browse/HADOOP-8087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14531528#comment-14531528
]
Rajesh Kartha commented on HADOOP-8087:
---------------------------------------
Strange, the whitespace info at
https://builds.apache.org/job/PreCommit-HADOOP-Build/6508/artifact/patchprocess/whitespace.txt
shows:
./start-build-env.sh:24:if [ "$(uname -s)" == "Linux" ]; then
seems like some script error (?).
When I ran the dev-support/test-patch.sh on the latest 005 patch, it gave me no
whitespaces errors:
-rw-rw-r--. 1 rajeshk rajeshk 0 May 3 19:07 whitespace.txt
> 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: Rajesh Kartha
> Labels: BB2015-05-TBR
> Attachments: HADOOP-8087.001.patch, HADOOP-8087.002.patch,
> HADOOP-8087.003.patch, HADOOP-8087.004.patch, HADOOP-8087.005.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.3.4#6332)