...

/

Spark Application Life Cycle

Spark Application Life Cycle

This lesson talks about the various stages of a Spark application.

We'll cover the following...

Spark Application Life Cycle

In this lesson, we’ll track the various phases a Spark application goes through, from the time submitted to when it’s marked completed.

  1. As a user, the first step is to submit the Spark job to the cluster. Usually, this involves the user running the spark-submit command in a terminal window. The command spawns a process that ...