H13-711_V3.5 · Question #316
YARN manages cluster resources through Resource Manager. Its main functions are? (Multiple choice)
The correct answer is A. Cluster resource scheduling B. Application Management. YARN's Resource Manager serves two core functions: cluster resource scheduling (A) - tracking available CPU, memory, and other resources across nodes and allocating them to applications - and application management (B) - accepting job submissions, launching ApplicationMasters…
Question
YARN manages cluster resources through Resource Manager. Its main functions are? (Multiple choice)
Options
- ACluster resource scheduling
- BApplication Management
- CLog management
- DNone of the above statements are true
How the community answered
(40 responses)- A75% (30)
- C18% (7)
- D8% (3)
Explanation
YARN's Resource Manager serves two core functions: cluster resource scheduling (A) - tracking available CPU, memory, and other resources across nodes and allocating them to applications - and application management (B) - accepting job submissions, launching ApplicationMasters, and tracking application lifecycles. These two responsibilities are the fundamental reason the Resource Manager exists as a component separate from the NodeManagers.
C (Log management) is wrong because log aggregation is handled by the NodeManager and the YARN Timeline Server/log aggregation service, not the Resource Manager itself. D is wrong by elimination since A and B are both correct.
Memory tip: Think of the Resource Manager as a hotel manager - it handles room inventory (cluster resources = A) and guest check-in/check-out (application lifecycle = B), but it doesn't clean the rooms (log management = the housekeeping staff/NodeManagers).
Topics
Community Discussion
No community discussion yet for this question.