-
Notifications
You must be signed in to change notification settings - Fork 2
DataNode Commands
John King edited this page Sep 2, 2016
·
7 revisions
The NameNode responds to heartbeats from the DataNode with, among other things, a list of commands to be executed. (See Heartbeats.)
The following commands may be sent:
- RegisterCommand
- BlockCommand
- BlockECReconstructionCommand
- BlockCachingCommand
- BlockRecoveryCommand
- FinalizerCommand (documentation lacking, but has something to do with finalizing a previous upgrade)
- KeyUpdateCommand (documentation lacking, but has something to do with updating an access key)
Hadoop also implements another command, BalancerBandwidthCommand, but it has yet to be determined whether that will be required for our implementation.
- 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