In YARN architecture, which component is responsible for allocating system resources?

  • ApplicationMaster
  • DataNode
  • NodeManager
  • ResourceManager
The ResourceManager in YARN architecture is responsible for allocating system resources to different applications running on the Hadoop cluster. It keeps track of available resources and schedules tasks based on the requirements of the applications.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *