You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "VinothKumar Raman (Jira)" <ji...@apache.org> on 2021/08/26 08:07:00 UTC

[jira] [Created] (HADOOP-17870) HTTP Filesystem dont take Path's with no scheme/authority

VinothKumar Raman created HADOOP-17870:
------------------------------------------

             Summary: HTTP Filesystem dont take Path's with no scheme/authority
                 Key: HADOOP-17870
                 URL: https://issues.apache.org/jira/browse/HADOOP-17870
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: VinothKumar Raman


HTTP filesystem is inconsistent with other filesystem (eg: S3AFilesystem) in that they don't accept Path which is relative to the URL that the filesystem is instantiated with.

 

As in
{code:java}
FileSystem.get("http://www.example.com").open(new Path("/test")){code}
will fail with URI not absolute. But it should infact fetch {{http://www.example.com/test}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org