Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.23.0
-
None
-
Reviewed
Description
Per discussion in HADOOP-8060, a way for users to specify a checksum type on create() is needed. The way FileSystem cache works makes it impossible to use dfs.checksum.type to achieve this. Also checksum-related API is at Filesystem-level, so we prefer something at that level, not hdfs-specific one. Current proposal is to use CreatFlag.
Attachments
Attachments
Issue Links
- blocks
-
HDFS-3177 Allow DFSClient to find out and use the CRC type being used for a file.
- Closed
- depends upon
-
HADOOP-8700 Move the checksum type constants to an enum
- Closed
- is part of
-
HADOOP-8060 Add a capability to discover and set checksum types per file.
- Closed
- is related to
-
HDFS-6542 WebHDFSFileSystem doesn't transmit desired checksum type
- Resolved
-
HDFS-10237 Support specifying checksum type in WebHDFS/HTTPFS writers
- Patch Available
- relates to
-
HADOOP-9505 Specifying checksum type to NULL can cause write failures with AIOBE
- Resolved
-
HADOOP-9114 After defined the dfs.checksum.type as the NULL, write file and hflush will through java.lang.ArrayIndexOutOfBoundsException
- Closed