Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.23.0
-
None
-
Reviewed
Description
To support HADOOP-8060, DFSClient should be able to find out the checksum type being used for files in hdfs.
In my prototype, DataTransferProtocol was extended to include the checksum type in the blockChecksum() response. DFSClient uses it in getFileChecksum() to determin the checksum type. Also append() can be configured to use the existing checksum type instead of the configured one.
Attachments
Attachments
Issue Links
- is blocked by
-
HADOOP-8239 Extend MD5MD5CRC32FileChecksum to show the actual checksum type being used
- Closed
-
HADOOP-8240 Allow users to specify a checksum type on create()
- Closed
- is part of
-
HADOOP-8060 Add a capability to discover and set checksum types per file.
- Closed