Details
-
Sub-task
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
3.0.0-alpha1
-
None
-
Reviewed
Description
HDFS-4340 introduced a new field fileId in WebHDFS FileStatus JSON representation.
There are a two issues with this:
- This is changing the WebHDFS REST API, this has not been documented
- WebHdfsFileSystem should not fail when that field is not present (This is the case when using HttpFS against a FS implementation
other than HDFSwhich does not handle fileId)
Attachments
Attachments
Issue Links
- is broken by
-
HDFS-4340 Update addBlock() to inculde inode id as additional argument
- Closed