You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Markus Weimer (JIRA)" <ji...@apache.org> on 2018/06/06 18:06:00 UTC

[jira] [Resolved] (REEF-2016) Fix CreateUriForPath method for different IFileSystem implements to not prepend baseUri prefix if it already contains it

     [ https://issues.apache.org/jira/browse/REEF-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Markus Weimer resolved REEF-2016.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 0.17

Resolved via [#1456|https://github.com/apache/reef/pull/1456]

> Fix CreateUriForPath method for different IFileSystem implements to not prepend baseUri prefix if it already contains it
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: REEF-2016
>                 URL: https://issues.apache.org/jira/browse/REEF-2016
>             Project: REEF
>          Issue Type: Bug
>          Components: REEF-IO
>            Reporter: Dwaipayan Mukhopadhyay
>            Assignee: Dwaipayan Mukhopadhyay
>            Priority: Major
>             Fix For: 0.17
>
>
> The _CreateUriForPath_(string path) method is summarised as follows
> /// Create Uri from a given file path.
> /// The file path can be full with prefix or relative without prefix.
> /// If null is passed as the path, ArgumentException will be thrown.
> Currently the AzureBlob, Azure Data Lake and HDFS implementations of IFileSystem treat the path as relative and appends the baseUri prefix. If a full uri is passed with prefix the returned Uri is incorrect. This needs to be fixed



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)