An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
Hi @Sarvasuddi Saikumar (NON EA SC ALT)
The LIVY_JOB_STATE_DEAD error indicates that the Livy/Spark session was terminated unexpectedly during execution.
Along with checking the driver and executor logs from Monitoring Hub, could you also please help share the below details for further investigation in private message:
- Spark Application ID
Livy Session ID
Pipeline Run ID / Notebook Run ID
Approximate failure timestamp (UTC)
Spark pool name and node size
Whether auto-pause/auto-scale is enabled
Notebook duration before failure
Whether issue happens consistently or intermittently
Driver/executor log screenshots or error snippets
Whether the issue occurs with a specific notebook or all notebooks
Additionally, please check:
if the Spark pool was auto-paused/restarted during execution
if there were any recent changes to Spark runtime version/configuration
whether the pool had sufficient available nodes/resources during execution
In many cases, this issue is caused by:
driver OOM (Out Of Memory)
executor crashes
Spark pool resource exhaustion
session timeout
transient backend interruption
dependency/package conflicts
Once the above details are available, we can help narrow down the exact root cause further.