What is YARN's role in a Hadoop cluster?
- A Managing cluster resources and scheduling application containers
- B Storing data blocks
- C Executing SQL queries
- D Replicating data
Answer
Managing cluster resources and scheduling application containers
It separates resource management from the processing framework, which is what allowed Spark and others to run on Hadoop clusters.





