-
Notifications
You must be signed in to change notification settings - Fork 2
BlockRecoveryCommand
John King edited this page Sep 2, 2016
·
1 revision
BlockRecoveryCommand is an instruction to a data-node to recover the specified blocks. The data-node that receives this command treats itself as a primary data-node in the recover process. Block recovery is identified by an ID that is also the new generation stamp, which the block will have after the recovery succeeds.
This command just requires a list of blocks with their corresponding new generation stamps.
- Rice HDFS
- General Notes
- Common
-
NameNode
- Glossary
- Specification
- Documentation
- Specification
- DataNode
- Teams and Structure
- Overview
- Documentation
- Interfacing with NameNode
- Interfacing with Client
- Interfacing with other DataNodes