Reputation: 42
After reading over this topic through multiple articles and answers, some ideas are still hazy. My understanding of spark execution process is like this.
When a spark job is submitted an application master is created. This application master launches the driver program. The driver program creates the spark context first. Then the driver program runs the main method of our application.
My questions
Upvotes: 0
Views: 119