Details
Description
The keyToPath method probably needs to:
1. take the bucket identifier as a parameter.
2. set the returned Path object's protocol plus authority (bucket). Currently, APIs such as <i>listSubPaths</i> return relative paths (for a directory listing). This in turn breaks map reduce operations if the default file system is set to be something other than S3 (via fs.default.name, for example).
Attachments
Attachments
Issue Links
- relates to
-
HDFS-321 All FileSystem implementations should return Paths fully-qualified with scheme and host
- Resolved