[ 
https://issues.apache.org/jira/browse/HDFS-4287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13599418#comment-13599418
 ] 

Ivan Mitic commented on HDFS-4287:
----------------------------------

Patch looks good overall Chris.

One minor comment though, isn't File#isAbsolute() more appropriate below given 
that we're talking about local paths (not DFS paths):
{code}
if (!new Path(value).isUriPathAbsolute()) {
{code}
                
> HTTPFS tests fail on Windows
> ----------------------------
>
>                 Key: HDFS-4287
>                 URL: https://issues.apache.org/jira/browse/HDFS-4287
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: webhdfs
>    Affects Versions: 3.0.0
>            Reporter: Chris Nauroth
>            Assignee: Chris Nauroth
>         Attachments: HDFS-4287.1.patch, HDFS-4287.2.patch
>
>
> The HTTPFS tests have some platform-specific assumptions that cause the tests 
> to fail when run on Windows.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to