Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.4.1, 2.7.3
-
Reviewed
-
httpfs
Description
GETFILEBLOCKLOCATIONS operation is missing in HttpFS, which is already supported in WebHDFS. For the request of GETFILEBLOCKLOCATIONS in org.apache.hadoop.fs.http.server.HttpFSServer, BAD_REQUEST is returned so far:
.......
case GETFILEBLOCKLOCATIONS:
........
Attachments
Attachments
Issue Links
- is duplicated by
-
HDFS-14477 No enum constant Operation.GET_BLOCK_LOCATIONS
- Resolved
- is related to
-
HDFS-12457 Revert HDFS-11156 Add new op GETFILEBLOCKLOCATIONS to WebHDFS REST API
- Resolved
- relates to
-
HDFS-14948 Improve HttpFS Server
- Open
-
HDFS-11156 Add new op GETFILEBLOCKLOCATIONS to WebHDFS REST API
- Resolved
- links to