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

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

Dwaipayan Mukhopadhyay created REEF-2016:
--------------------------------------------

             Summary: 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
            Reporter: Dwaipayan Mukhopadhyay
            Assignee: Dwaipayan Mukhopadhyay


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)