InterviewSolution
Saved Bookmarks
| 1. |
Spark runs on top of ___________ a cluster manager system which provides efficient resource isolation across distributed applications.(a) Mesjs(b) Mesos(c) Mesus(d) All of the mentioned |
|
Answer» The correct option is (b) Mesos The best explanation: Mesos enables fine grained sharing which allows a Spark job to dynamically take advantage of the idle resources in the cluster during its execution. |
|