---
title: Troubleshooting Clusters for Apache Spark™ execution issues
description: This page helps you troubleshoot problems when you cannot execute calculations with your Apache Spark™ cluster
tags: execution run data lab cluster worker node error cannot process issue troubleshooting solution
dates:
  validation: 2026-03-27
  posted: 2024-10-08
---
import Requirements from '@macros/iam/requirements.mdx'


<Requirements />

- A Scaleway account logged into the [console](https://console.scaleway.com)
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
- An [Apache Spark™ cluster](/apache-spark/how-to/create-spark-cluster/)

## Timeout errors

### Problem

Executing calculations within the notebook returns a timeout error after a few minutes.

### Cause

The Apache Spark™ cluster has zero worker nodes provisioned and cannot raise any resource to perform the required operations.

### Solution

[Edit your cluster configuration](/apache-spark/how-to/manage-delete-spark-cluster/) by provisioning at least one worker node to be able to run calculations with it.

<Message type="note">
You can provision zero worker nodes again to retain you cluster and notebook configurations while minimizing its cost.
</Message>

