InterviewSolution
Saved Bookmarks
| 1. |
How does the block scanner handle corrupted DataNode blocks? |
|
Answer» Following are the steps followed by the block scanner when it detects a corrupted DataNode block-
This whole process helps HDFS in maintaining the INTEGRITY of the data during read operation PERFORMED by a client. |
|