Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Kill a submitted application by clicking on the kill link next to the Application Id.

    Spark Master UI - Running Applications

  2. Identify the Spark driver that coordinates application. This driver must be killed manually, ensuring that the application can be submitted again.

  3. When you are running one application there will be only one driver. However, when you are running multiple applications, you must click on the Worker name of each driver to find the name of the coordinated application.

    Spark UI - Running drivers

  4. The Spark application is listed in the Job Details column.

    Spark Worker - Running Executors

  5. To kill a driver, click the kill link next to the Submission Id.

    Spark Master UI - Running drivers