Hi, When writing files to HDFS using the WebHdfsFileSystem, does WebHDFS transparently do checksumming to ensure the bytes were transferred correctly?
On the flip side, when reading files from HDFS using WebHDFS, does WebHDFS transparently checksum the bytes transferred to the client? I did some searching online and looked briefly through the code, but I couldn't get a definitive answer. Best, Anthony
