Hello all, >From HDFS Architecture page (http://hadoop.apache.org/common/docs/current/hdfs_design.html): "When a client creates an HDFS file, it computes a checksum of each block of the file and stores these checksums in a separate hidden file in the same HDFS namespace."
Is there a way to access this data? --- Gautam