Hi,
Why is the checksum done for io.bytes.per.checksum (defaults to 512) instead of the complete block at once (dfs.block.size defaults to 67108864)? If a block is corrupt then the entire block has to be replicated anyway. Isn't it more efficient to do the checksum for complete block at once?
-- Thanks, Praveen