High level components
07 Jan 2024
What are the main components of a map reduce job run?
- The client
- The YARN resource manager
- The YARN node manager, which launches and monitors the compute containers on machines in the cluster
- The MapReduce application master: keeps track of a mapreduce task and launches the required containers for the tasks
- The distributed filesystem