InterviewSolution
Saved Bookmarks
| 1. |
_________ stores its metadata on multiple disks that typically include a non-local file server.(a) DataNode(b) NameNode(c) ActionNode(d) None of the mentioned |
|
Answer» Right answer is (b) NameNode The best I can explain: HDFS tolerates failures of storage servers (called DataNodes) and its disks. |
|