Versions Compared

Key

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

This section describes how to submit a Spark application.

Prerequisite

The scripts must be prepared according to 54.2 Preparing and Creating Scripts for KPI Management.

Submitting the Spark Cluster

Use this script to submit a Spark application to the Spark workers:

...

This opens the Spark Master Web UI.

...

Spark UI

Tip

Hint!

The Application Detail UI contains useful tools for monitoring of the submitted applications. This UI can be opened from the Spark Master Web UI by clicking the Application Name of a running application.

Click the top-level menus in the UI to monitor various aspects of the submitted applications. The Scheduling Delay and Processing Time graphs under the Streaming menu are particularly useful for monitoring the processing performance. The former displays the scheduling time of "Spark batches" and should be near 0. The latter display the processing time of these batches.


Scroll ignore
scroll-viewportfalse
scroll-pdftrue
scroll-officefalse
scroll-chmtrue
scroll-htmlfalse
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue

Next:

4.7.3 Killing a Spark Application