Title
Create new category
Edit page index title
Edit category
Edit link
Spark Live UI
Live Spark UI
Overview
The Live Spark UI provides a one-click link from a running job in xDP directly to the native Apache Spark web interface for that application. Use it to monitor active jobs, diagnose slow stages, and inspect executor resource usage in real time.
Accessing the Live Spark UI
Prerequisites
An active compute cluster with Spark installed.
A Spark job currently in the Running state.
Appropriate permissions to view Spark job run details.
Steps
From the main navigation, go to Spark Jobs and click the job you want to monitor.
In the Job Runs table, click the Run ID of a run with status Running.
On the Run Details page, click Live Spark UI in the top-right action bar.
The native Apache Spark UI opens in a new browser tab.
The Spark UI is the standard Apache Spark web interface. It provides tabs for Jobs, Stages, Storage, Environment, Executors, and SQL / DataFrame — use these to monitor execution and resource usage in real time.
How-to Guides
How to Diagnose a Slow Stage
Open the Live Spark UI for the running job.
Go to the Stages tab and sort by Duration to find the slowest stage.
Click the stage's Description to open its detail page.
In the Tasks table, look for outliers in Duration, GC Time, or Shuffle Read/Write Size — these indicate data skew or resource pressure.
How to Check Executor Resource Usage
Open the Live Spark UI for the running job.
Go to the Executors tab.
Review Storage Memory, Disk Used, Cores, and Active Tasks for each executor.
Look for
(dead)executors (node failure) or imbalanced Input / Shuffle values (partitioning issues).
Best Practices
Correlate with cluster metrics. Pair Live Spark UI insights with infrastructure metrics from the Compute Clusters page for a complete picture.
Use during development. Profiling jobs before production prevents costly failures and regressions.
Switch to History Server post-run. Once a job finishes, use the Spark History Server for post-mortem analysis.
For additional help, contact our Support Team!
©2026, Acceldata Inc — All Rights Reserved.