Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.3.1
Description
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
FileSystem.get("http://www.example.com").open(new Path("/test"))
will fail with URI not absolute. But it should infact fetch http://www.example.com/test
Attachments
Issue Links
- relates to
-
HADOOP-17899 Avoid using implicit dependency on junit-jupiter-api
-
- Resolved
-
- links to