176k views
0 votes
Under the YARN/MRv2 framework, the Scheduler and ApplicationsManager are components of which daemon?

A. ResourceManager
B. ApplicationMaster
C. TaskManager
D. ScheduleManager

User Rwightman
by
6.9k points

1 Answer

2 votes

Final answer:

The Scheduler and ApplicationsManager are components of the ResourceManager daemon within the YARN/MRv2 framework.

Step-by-step explanation:

Under the YARN/MRv2 framework, the Scheduler and ApplicationsManager are components of the ResourceManager daemon. The ResourceManager is responsible for allocating resources and tracking resource availability across the cluster, while the ApplicationMaster is responsible for the execution of a single application. The TaskManager and ScheduleManager are not components of YARN.

User Chrysn
by
8.1k points