-
Notifications
You must be signed in to change notification settings - Fork 2
RegisterCommand
John King edited this page Sep 2, 2016
·
1 revision
A RegisterCommand is an instruction to a DataNode to register with the NameNode. This command can't be combined with other commands in the same response. This is because after the DatNode processes RegisterCommand, it will skip the rest of the DataNodeCommands in the same HeartbeatResponse.
- 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