InterviewSolution
Saved Bookmarks
| 1. |
The ___________ machine is a single point of failure for an HDFS cluster.(a) DataNode(b) NameNode(c) ActionNode(d) All of the mentioned |
|
Answer» The correct option is (b) NameNode Explanation: If the NameNode machine fails, manual intervention is necessary. Currently, automatic restart and failover of the NameNode software to another machine is not supported. |
|