____ in YARN architecture is responsible for dividing the job into tasks and scheduling them on different nodes.

  • ApplicationMaster
  • JobTracker
  • NodeManager
  • ResourceManager
The ApplicationMaster in YARN architecture is responsible for dividing the job into tasks and scheduling them on different nodes. It negotiates resources with the ResourceManager and manages the execution of tasks.
Add your answer
Loading...

Leave a comment

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