Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
None
-
None
-
None
Description
Currently DFSClient has possibility to specify desired checksum type. This behaviour controlled by dfs.checksym.type parameter settable by client.
It works with hdfs:// filesystem, but doesn't works with webhdfs.It fails to work because webhdfs will use default type of checksumming initialised by server instance of DFSClient.
As example https://issues.apache.org/jira/browse/HADOOP-8240 doesn't works with webhdfs.
Attachments
Issue Links
- duplicates
-
HDFS-10237 Support specifying checksum type in WebHDFS/HTTPFS writers
- Patch Available
- relates to
-
HADOOP-8240 Allow users to specify a checksum type on create()
- Closed