You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/08/30 18:59:00 UTC

[jira] [Work logged] (HADOOP-17870) HTTP Filesystem to qualify paths in open()/getFileStatus()

     [ https://issues.apache.org/jira/browse/HADOOP-17870?focusedWorklogId=643672&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-643672 ]

ASF GitHub Bot logged work on HADOOP-17870:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 30/Aug/21 18:58
            Start Date: 30/Aug/21 18:58
    Worklog Time Spent: 10m 
      Work Description: yellowflash commented on pull request #3338:
URL: https://github.com/apache/hadoop/pull/3338#issuecomment-908602841


   > @yellowflash -before I merge, how do you want to be credited.?
   > 
   > do you want:
   > 
   > ```
   > Contributed by yellowflash
   > ```
   > 
   > Or is there any other name you'd like to use.
   
   Yellowflash is cool :)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 643672)
    Time Spent: 2h 50m  (was: 2h 40m)

> HTTP Filesystem to qualify paths in open()/getFileStatus()
> ----------------------------------------------------------
>
>                 Key: HADOOP-17870
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17870
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 3.3.1
>            Reporter: VinothKumar Raman
>            Assignee: VinothKumar Raman
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> 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-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org