libhdfspp icon indicating copy to clipboard operation
libhdfspp copied to clipboard

Support verifying checksum in RemoteBlockReader

Open haohui opened this issue 9 years ago • 0 comments

The RemoteBlockReader should be able to verify the checksum as it reads through the data in async_read_some().

See https://github.com/apache/hadoop/blob/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/RemoteBlockReader2.java for more details.

haohui avatar Mar 03 '15 21:03 haohui