Answer Posted / Indrapal Singh
"The Application Master (AM) is the main process of a Spark application running on YARN. It's responsible for coordinating the work between the driver program and the executors running on worker nodes, assigning tasks to workers based on their resources, and monitoring their progress. The AM also handles communication with the YARN resource manager and manages the allocation of resources for the application."n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers