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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16502655#comment-16502655 ] 

ASF GitHub Bot commented on REEF-2016:
--------------------------------------

sharathmalladi commented on issue #1456: [REEF-2016] - Fix CreateUriForPath methods of different IFileSystems to not append prefix if given path already contains it
URL: https://github.com/apache/reef/pull/1456#issuecomment-394894580
 
 
   Pinging again for @markusweimer or @motus to please merge this pull request.
   
   The test failures that I see with the appveyor failures seem unrelated to this pull request.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> 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
>
> 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)