Skip to content

Commit cd009e6

Browse files
SamyOubouazizjcirinosclwy
authored andcommitted
docs(DLB): update FAQ/create troubleshooting on cluster scaling MTA-5133 (scaleway#3805)
* docs(DLB): update FAQ/create troubleshooting on cluster scaling MTA-5133 * docs(DLB): update * docs(DLB): update * docs(dlb): update faq * Apply suggestions from code review Co-authored-by: Jessica <[email protected]> --------- Co-authored-by: Jessica <[email protected]>
1 parent 9d31301 commit cd009e6

File tree

3 files changed

+52
-1
lines changed

3 files changed

+52
-1
lines changed

faq/data-lab.mdx

+9-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,12 @@ Apache Spark processes data in memory, which allows it to perform tasks up to 10
2424

2525
## How am I billed for Distributed Data Lab?
2626

27-
During the private beta, Scaleway Distributed Data Lab is free.
27+
Distributed Data Lab is billed based on two factors:
28+
- the main node configuration selected
29+
- the worker node configuration selected, and the number of worker nodes in the cluster
30+
31+
## Can I upscale or downscale a Distributed Data Lab?
32+
33+
Yes, you can upscale a Data Lab cluster to distribute your workloads across a greater number of worker nodes for faster processing. You can also scale it down to zero to reduce costs, while retaining your configuration and context.
34+
35+
You can still access the notebook of a Data Lab cluster with zero worker nodes, but you cannot perform any calculation. You can resume the activity of your cluster by provisioning at least one worker node.

pages/data-lab/how-to/manage-delete-data-lab.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ This page explains how to manage and delete your Distributed Data Lab.
3434
4. From this view, you can:
3535

3636
- Add, consult, or delete tags for your cluster.
37+
- Update the number of worker nodes provisioned for your cluster.
38+
<Message type="note">
39+
Provisioning zero worker nodes lets you retain and access you cluster and notebook configurations, but will not allow you to run calculations.
40+
</Message>
3741
- [Delete your Data Lab cluster](/data-lab/how-to/manage-delete-data-lab/#how-to-delete-a-distributed-data-lab).
3842

3943
<Message type="note">
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
meta:
3+
title: Troubleshooting Distributed Data Lab execution issues
4+
description: This page helps you troubleshoot problems when you cannot execute calculations with your Distributed Data Lab cluster
5+
content:
6+
h1: Troubleshooting Distributed Data Lab execution issues
7+
paragraph: This page helps you troubleshoot problems when you cannot execute calculations with your Distributed Data Lab cluster
8+
tags: execution run distributed data-lab worker-node error cannot process issue troubleshooting solution
9+
dates:
10+
validation: 2024-10-08
11+
posted: 2024-10-08
12+
categories:
13+
- managed-services
14+
---
15+
16+
<Macro id="requirements" />
17+
18+
- A Scaleway account logged into the [console](https://console.scaleway.com)
19+
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
20+
- A [Distributed Data Lab](/data-lab/how-to/create-data-lab/)
21+
22+
## Timeout errors
23+
24+
### Problem
25+
26+
Executing calculations within the notebook returns a timeout error after a few minutes.
27+
28+
### Cause
29+
30+
The Distributed Data Lab cluster has zero worker nodes provisioned and cannot raise any resource to perform the required operations.
31+
32+
### Solution
33+
34+
[Edit your cluster configuration](/data-lab/how-to/manage-delete-data-lab/) by provisioning at least one worker node to be able to run calculations with it.
35+
36+
<Message type="note">
37+
You can provision zero worker nodes again to retain you cluster and notebook configurations while minimizing its cost.
38+
</Message>
39+

0 commit comments

Comments
 (0)