Spark Job Run Details

Spark Job Run Details

The Job Run Details page gives a granular view of a single Spark job execution — timeline, logs, and the exact configuration used for that run.

  1. From the side navigation, go to Spark Jobs and click the job name.
  2. In the Job Runs table on the Job Details page, click a Run ID to open its details.
Job Run Details page — header, timeline, and configuration

Job Run Details page — header, timeline, and configuration

The page header shows the final status, total duration, and trigger type. The Execution Configuration panel on the right shows the exact settings used for this run.

Timeline and Logs

  • Job Run Timeline — Visual breakdown of run lifecycle stages: Submitted → Queued → Running → Success/Failed. A long QUEUED time indicates resource contention; a long RUNNING time points to an issue in the Spark application.
  • Job Logs — Raw stdout/stderr from the Spark driver. Use the search, copy, and download tools in the log viewer.

For deep-dive performance analysis, click Spark History Server (completed runs) or Live Spark UI (running jobs) in the top action bar.

Diagnose a Failed Run

  1. Open the failed run from the Job Runs table.
  2. Check the Job Run Timeline to identify which stage failed.
  3. Expand Job Logs and search for error messages or stack traces.
  4. To compare against a successful run: open both run detail pages side-by-side and compare their Execution Configuration panels — differences in data access mode, resources, or Spark properties are common root causes.
VariableType to search · ESC to discard
GlossaryType to search · ESC to discard
InsertType to search · ESC to discard
No matches