How does hdfs ensure information integrity of data blocks squares kept in hdfs?
Answer Posted / Vishwasana
HDFS ensures data block integrity by using checksums. Each DataNode calculates a checksum for each data block before sending it to the NameNode. The NameNode then computes its own checksum and verifies that it matches with the one received from the DataNode. If there's any discrepancy, the block is retransmitted.n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category