Search

What are the main components of Job flow in YARN architecture ?



Mapreduce job flow on YARN involves below components.
    • Client node, which submits the Mapreduce job.
    • The YARN Resource Manager, which allocates the cluster resources to jobs.
    • The YARN Node Managers, which launch and monitor the tasks of jobs.
    • The MapReduce Application Master, which coordinates the tasks running in the MapReduce job.
    • The HDFS file system  is used for sharing job files between the above entities.