InterviewSolution
Saved Bookmarks
| 1. |
A ___________ server is a machine that keeps a copy of the state of the entire system and persists this information in local log files.(a) Master(b) Region(c) Zookeeper(d) All of the mentioned |
|
Answer» Correct choice is (c) Zookeeper Best explanation: A very large Hadoop cluster can be supported by multiple ZooKeeper servers. |
|