Consider the sample CapacityScheduler configuration file giv…
Questions
Cоnsider the sаmple CаpаcityScheduler cоnfiguratiоn file given below, which creates and configures two queues, namely: XYZ and ABC. yarn.scheduler.capacity.root.queues XYZ, ABC yarn.scheduler.capacity.root.XYZ.capacity 60 yarn.scheduler.capacity.root.ABC.capacity 40 yarn.scheduler.capacity.root.XYZ.maximum-capacity 80 1. How much of the cluster resources will be used by a job running in queue ABC, assuming that it is the only job in the cluster? Answer in percentage: _______ % 2. How much of the cluster resources will be used by a job running in queue XYZ, assuming that it is the only job in the cluster? Answer in percentage: _______ % 3. How much of the cluster resources will be used by jobs in queue ABC, assuming that there are many jobs running in ABC and queue XYZ is idle? Answer in percentage: _______ % 4. How much of the cluster resources will be used by jobs in queue XYZ, assuming that there are many jobs running in XYZ and queue ABC is idle? Answer in percentage: _______ %