InterviewSolution
Saved Bookmarks
| 1. |
The ____________ is the ultimate authority that arbitrates resources among all the applications in the system.(a) NodeManager(b) ResourceManager(c) ApplicationMaster(d) All of the mentionedThe question was posed to me during a job interview.My question is taken from YARN topic in portion Working of MapReduce of Hadoop |
|
Answer» CORRECT ANSWER is (B) ResourceManager The explanation: The ResourceManager and per-node SLAVE, the NodeManager (NM), form the data-computation framework. |
|