Skip to content

Commit 69b1039

Browse files
SamyOubouazizRoRoJ
andauthored
docs(dlb): update data lab product naming MTA-5845 (#4770)
* docs(dlbb): update data lab product naming MTA-5845 * docs(dlbb): update * Apply suggestions from code review Co-authored-by: Rowena Jones <36301604+RoRoJ@users.noreply.github.com> * docs(dlb): update * docs(dlb): update --------- Co-authored-by: Rowena Jones <36301604+RoRoJ@users.noreply.github.com>
1 parent 74a7a28 commit 69b1039

File tree

14 files changed

+87
-91
lines changed

14 files changed

+87
-91
lines changed

menu/navigation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3015,7 +3015,7 @@
30153015
"slug": "troubleshooting"
30163016
}
30173017
],
3018-
"label": "Distributed Data Lab",
3018+
"label": " Data Lab for Apache Spark™",
30193019
"slug": "data-lab"
30203020
}
30213021
],

pages/audit-trail/reference-content/resource-integration-with-adt.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The following table provides details about the Scaleway products that will be in
3939
| Block Storage | **Not integrated yet** |
4040
| Cockpit | **Not integrated yet** |
4141
| Container Registry | **Not integrated yet** |
42-
| Distributed Data Lab | **Not integrated yet** |
42+
| Data Lab for Apache Spark™ | **Not integrated yet** |
4343
| Domains and DNS | **Not integrated yet** |
4444
| Edge Services | **Not integrated yet** |
4545
| Elastic Metal | **Not integrated yet** |

pages/data-lab/concepts.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
meta:
3-
title: Distributed Data Lab - Concepts
4-
description: Learn the fundamental concepts of Scaleway Distributed Data Lab.
3+
title: Data Lab for Apache Spark™ - Concepts
4+
description: Learn the fundamental concepts of Scaleway Data Lab for Apache Spark™.
55
content:
6-
h1: Distributed Data Lab - Concepts
7-
paragraph: Learn the fundamental concepts of Scaleway Distributed Data Lab.
8-
tags: distributed data lab apache spark notebook jupyter processing
6+
h1: Data Lab for Apache Spark™ - Concepts
7+
paragraph: Learn the fundamental concepts of Scaleway Data Lab for Apache Spark™.
8+
tags: data lab for apache spark notebook jupyter processing
99
dates:
1010
validation: 2025-02-24
1111
categories:
@@ -16,9 +16,9 @@ categories:
1616

1717
A Data Lab is a project setup that combines a Notebook and an Apache Spark Cluster for data analysis and experimentation. it comes with the required infrastructure and tools to allow data scientists, analysts, and researchers to explore data, create models, and gain insights.
1818

19-
## Distributed Data Lab
19+
## Data Lab for Apache Spark™
2020

21-
A Distributed Data Lab is a data lab that is distributed across multiple worker nodes to accelerate the processing of large datasets to save time and gain access to actionable insights faster.
21+
A Data Lab for Apache Spark™ is a data lab that is distributed across multiple worker nodes to accelerate the processing of large datasets to save time and gain access to actionable insights faster.
2222

2323
## Fixture
2424

pages/data-lab/faq.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
meta:
3-
title: Distributed Data Lab FAQ
4-
description: Discover Scaleway Distributed Data Lab powered by Apache Spark, and how to use it.
3+
title: Data Lab for Apache Spark™ FAQ
4+
description: Discover Scaleway Data Lab for Apache Spark™ powered by Apache Spark, and how to use it.
55
content:
6-
h1: Distributed Data Lab FAQ
6+
h1: Data Lab for Apache Spark™ FAQ
77
dates:
88
validation: 2025-02-18
99
category: managed-services
@@ -12,9 +12,9 @@ productIcon: DistributedDataLabProductIcon
1212

1313
## General
1414

15-
### What workloads is Distributed Data Lab suited for?
15+
### What workloads is Data Lab for Apache Spark™ suited for?
1616

17-
Distributed Data Lab supports a range of workloads, including:
17+
Data Lab for Apache Spark™ supports a range of workloads, including:
1818

1919
- Complex analytics.
2020
- Machine learning tasks.
@@ -30,21 +30,21 @@ Apache Spark is an open-source unified analytics engine designed for large-scale
3030

3131
Apache Spark processes data in memory, which allows it to perform tasks up to 100 times faster than traditional disk-based processing frameworks like [Hadoop MapReduce](https://fr.wikipedia.org/wiki/MapReduce). It uses Resilient Distributed Datasets (RDDs) to store data across multiple nodes in a cluster and perform parallel operations on this data.
3232

33-
### How am I billed for Distributed Data Lab?
33+
### How am I billed for Data Lab for Apache Spark™?
3434

35-
Distributed Data Lab is billed based on two factors:
35+
Data Lab for Apache Spark™ is billed based on two factors:
3636
- the main node configuration selected
3737
- the worker node configuration selected, and the number of worker nodes in the cluster
3838

3939
## Clusters
4040

41-
### Can I upscale or downscale a Distributed Data Lab?
41+
### Can I upscale or downscale a Data Lab for Apache Spark™?
4242

4343
Yes, you can upscale a Data Lab cluster to distribute your workloads across more worker nodes for faster processing. You can also scale it down to zero to reduce costs, while retaining your configuration and context.
4444

4545
You can still access the notebook of a Data Lab cluster with zero worker nodes, but you cannot perform any calculations. You can resume the activity of your cluster by provisioning at least one worker node.
4646

47-
### Can I run a Distributed Data Lab using GPUs?
47+
### Can I run a Data Lab for Apache Spark™ using GPUs?
4848

4949
Yes, you can run your cluster on either CPUs or GPUs. Scaleway leverages Nvidia's [RAPIDS Accelerator For Apache Spark](https://www.nvidia.com/en-gb/deep-learning-ai/software/rapids/), an open-source suite of software libraries and APIs to execute end-to-end data science and analytics pipelines entirely on GPUs. This technology allows for significant acceleration of data processing tasks compared to CPU-based processing.
5050

pages/data-lab/how-to/connect-to-data-lab.mdx

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
meta:
3-
title: How to connect to a Distributed Data Lab
4-
description: Step-by-step guide to connecting to a Distributed Data Lab with the Scaleway console.
3+
title: How to connect to a Data Lab for Apache Spark™
4+
description: Step-by-step guide to connecting to a Data Lab for Apache Spark™ with the Scaleway console.
55
content:
6-
h1: How to connect to a Distributed Data Lab
7-
paragraph: Step-by-step guide to connecting to a Distributed Data Lab with the Scaleway console.
8-
tags: distributed data lab apache spark create process
6+
h1: How to connect to a Data Lab for Apache Spark™
7+
paragraph: Step-by-step guide to connecting to a Data Lab for Apache Spark™ with the Scaleway console.
8+
tags: data lab for apache spark create process
99
dates:
1010
validation: 2025-02-24
1111
posted: 2024-07-31
@@ -18,11 +18,10 @@ categories:
1818

1919
- A Scaleway account logged into the [console](https://console.scaleway.com)
2020
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
21-
- [Signed up to the private beta](https://www.scaleway.com/fr/betas/#distributed-data-lab) and received a confirmation email.
22-
- Created a [Distributed Data Lab cluster](/data-lab/how-to/create-data-lab/)
21+
- Created a [Data Lab for Apache Spark™ cluster](/data-lab/how-to/create-data-lab/)
2322
- A valid [API key](/iam/how-to/create-api-keys/)
2423

25-
1. Click **Data Lab** under **Managed Services** on the side menu. The Distributed Data Lab page displays.
24+
1. Click **Data Lab** under **Managed Services** on the side menu. The Data Lab for Apache Spark™ page displays.
2625

2726
2. Click the name of the Data Lab cluster you want to connect to. The cluster **Overview** page displays.
2827

pages/data-lab/how-to/create-data-lab.mdx

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
meta:
3-
title: How to create a Distributed Data Lab
4-
description: Step-by-step guide to creating a Distributed Data Lab on Scaleway.
3+
title: How to create a Data Lab for Apache Spark™
4+
description: Step-by-step guide to creating a Data Lab for Apache Spark™ on Scaleway.
55
content:
6-
h1: How to create a Distributed Data Lab
7-
paragraph: Step-by-step guide to creating a Distributed Data Lab on Scaleway.
8-
tags: distributed data lab apache spark create process
6+
h1: How to create a Data Lab for Apache Spark™
7+
paragraph: Step-by-step guide to creating a Data Lab for Apache Spark™ on Scaleway.
8+
tags: data lab apache spark create process
99
dates:
1010
validation: 2025-02-24
1111
posted: 2024-07-31
@@ -14,17 +14,16 @@ categories:
1414
- data-lab
1515
---
1616

17-
Distributed Data Lab is a product designed to assist data scientists and data engineers in performing calculations on a remotely managed Apache Spark infrastructure.
17+
Data Lab for Apache Spark™ is a product designed to assist data scientists and data engineers in performing calculations on a remotely managed Apache Spark infrastructure.
1818

1919
<Macro id="requirements" />
2020

2121
- A Scaleway account logged into the [console](https://console.scaleway.com)
2222
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
23-
- [Signed up to the private beta](https://www.scaleway.com/fr/betas/#distributed-data-lab) and received a confirmation email.
2423
- Optionally, an [Object Storage bucket](/object-storage/how-to/create-a-bucket/)
2524
- A valid [API key](/iam/how-to/create-api-keys/)
2625

27-
1. Click **Data Lab** under **Managed Services** on the side menu. The Distributed Data Lab page displays.
26+
1. Click **Data Lab** under **Managed Services** on the side menu. The Data Lab for Apache Spark™ page displays.
2827

2928
2. Click **Create Data Lab cluster**. The creation wizard displays.
3029

pages/data-lab/how-to/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
meta:
3-
title: Distributed Data Lab - How Tos
4-
description: Practical guides for using Scaleway Distributed Data Lab.
3+
title: Data Lab for Apache Spark™ - How Tos
4+
description: Practical guides for using Scaleway Data Lab for Apache Spark™.
55
content:
6-
h1: Distributed Data Lab - How Tos
7-
paragraph: Practical guides for using Scaleway Distributed Data Lab.
6+
h1: Data Lab for Apache Spark™ - How Tos
7+
paragraph: Practical guides for using Scaleway Data Lab for Apache Spark™.
88
---

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

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
meta:
3-
title: How to manage and delete a Distributed Data Lab
4-
description: Step-by-step guide to managing and deleting a Distributed Data Lab with the Scaleway console.
3+
title: How to manage and delete a Data Lab for Apache Spark™
4+
description: Step-by-step guide to managing and deleting a Data Lab for Apache Spark™ with the Scaleway console.
55
content:
6-
h1: How to manage and delete a Distributed Data Lab
7-
paragraph: Step-by-step guide to managing and deleting a Distributed Data Lab with the Scaleway console.
8-
tags: distributed data lab apache spark delete remove suppress
6+
h1: How to manage and delete a Data Lab for Apache Spark™
7+
paragraph: Step-by-step guide to managing and deleting a Data Lab for Apache Spark™ with the Scaleway console.
8+
tags: data lab apache spark delete remove suppress
99
dates:
1010
validation: 2025-02-24
1111
posted: 2024-07-31
@@ -14,18 +14,17 @@ categories:
1414
- data-lab
1515
---
1616

17-
This page explains how to manage and delete your Distributed Data Lab.
17+
This page explains how to manage and delete your Data Lab for Apache Spark™.
1818

1919
<Macro id="requirements" />
2020

2121
- A Scaleway account logged into the [console](https://console.scaleway.com)
2222
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
23-
- [Signed up to the private beta](https://www.scaleway.com/fr/betas/#distributed-data-lab) and received a confirmation email.
24-
- Created a [Distributed Data Lab cluster](/data-lab/how-to/create-data-lab/)
23+
- Created a [Data Lab for Apache Spark™ cluster](/data-lab/how-to/create-data-lab/)
2524

26-
## How to manage a Distributed Data Lab
25+
## How to manage a Data Lab for Apache Spark™
2726

28-
1. Click **Data Lab** under **Managed Services** on the side menu. The Distributed Data Lab page displays.
27+
1. Click **Data Lab** under **Managed Services** on the side menu. The Data Lab for Apache Spark™ page displays.
2928

3029
2. Click the name of the Data Lab cluster you want to manage. The overview tab of the cluster displays. From this view, you can see the configuration of your cluster.
3130

@@ -38,19 +37,19 @@ This page explains how to manage and delete your Distributed Data Lab.
3837
<Message type="note">
3938
Provisioning zero worker nodes lets you retain and access you cluster and notebook configurations, but will not allow you to run calculations.
4039
</Message>
41-
- [Delete your Data Lab cluster](/data-lab/how-to/manage-delete-data-lab/#how-to-delete-a-distributed-data-lab).
40+
- [Delete your Data Lab cluster](/data-lab/how-to/manage-delete-data-lab/#how-to-delete-a-data-lab-for-apache-sparktm).
4241

4342
<Message type="note">
44-
Once you have created a Data Lab cluster, you cannot edit certain parameters, such as the node type, or its computing resources. You must [create a new Data Lab cluster](/data-lab/how-to/create-data-lab/) instead.
43+
Once you have created a Data Lab cluster, you cannot edit the node type. You must [create a new Data Lab cluster](/data-lab/how-to/create-data-lab/) instead.
4544
</Message>
4645

47-
## How to delete a Distributed Data Lab
46+
## How to delete a Data Lab for Apache Spark™
4847

4948
<Message type="important">
50-
This action is irreversible and will permanently delete this Data Lab cluster and all its associated data.
49+
This action is irreversible and will permanently delete this Data Lab cluster and its configuration. The data source will not be deleted.
5150
</Message>
5251

53-
1. Click **Data Lab** under **Managed Services** on the side menu. The Distributed Data Lab page displays.
52+
1. Click **Data Lab** under **Managed Services** on the side menu. The Data Lab for Apache Spark™ page displays.
5453

5554
2. Click the name of the Data Lab cluster you want to delete. The **Overview** tab of the cluster displays.
5655

pages/data-lab/index.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
meta:
3-
title: Distributed Data Lab Documentation
4-
description: Dive into Scaleway Distributed Data Lab with our quickstart guides, how-tos, tutorials and more.
3+
title: Data Lab for Apache Spark™ Documentation
4+
description: Dive into Scaleway Data Lab for Apache Spark™ with our quickstart guides, how-tos, tutorials and more.
55
---
66

77
<ProductHeader
8-
productName="Distributed Data Lab"
8+
productName="Data Lab for Apache Spark™"
99
productLogo="dataLab"
10-
description="Distributed Data Lab is designed to assist data scientists and data engineers perform calculations on a remotely managed Apache Spark infrastructure."
10+
description="Data Lab for Apache Spark™ is designed to assist data scientists and data engineers perform calculations on a remotely managed Apache Spark infrastructure."
1111
url="/data-lab/quickstart"
12-
label="Distributed Data Lab Quickstart"
12+
label="Data Lab for Apache Spark™ Quickstart"
1313
/>
1414

1515
## Getting Started
@@ -18,21 +18,21 @@ meta:
1818
<SummaryCard
1919
title="Quickstart"
2020
icon="rocket"
21-
description="Learn how to create, use, manage, and delete a Distributed Data Lab in a few steps."
21+
description="Learn how to create, use, manage, and delete a Data Lab for Apache Spark™ in a few steps."
2222
label="View Quickstart"
2323
url="/data-lab/quickstart/"
2424
/>
2525
<SummaryCard
2626
title="Concepts"
2727
icon="info"
28-
description="Core concepts that give you a better understanding of Scaleway Distributed Data Lab."
28+
description="Core concepts that give you a better understanding of Scaleway Data Lab for Apache Spark™."
2929
label="View Concepts"
3030
url="/data-lab/concepts/"
3131
/>
3232
<SummaryCard
3333
title="How-tos"
3434
icon="help-circle-outline"
35-
description="Check our guides to creating, using, and managing Distributed Data Labs and their features."
35+
description="Check our guides to creating, using, and managing Data Lab for Apache Spark™s and their features."
3636
label="View How-tos"
3737
url="/data-lab/how-to/"
3838
/>

pages/data-lab/quickstart.mdx

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
meta:
3-
title: Distributed Data Lab - Quickstart
4-
description: Get started with Scaleway Distributed Data Lab quickly and efficiently.
3+
title: Data Lab for Apache Spark™ - Quickstart
4+
description: Get started with Scaleway Data Lab for Apache Spark™ quickly and efficiently.
55
content:
6-
h1: Distributed Data Lab - Quickstart
7-
paragraph: Get started with Scaleway Distributed Data Lab quickly and efficiently.
8-
tags: distributed data lab apache spark notebook jupyter processing
6+
h1: Data Lab for Apache Spark™ - Quickstart
7+
paragraph: Get started with Scaleway Data Lab for Apache Spark™ quickly and efficiently.
8+
tags: data lab apache spark notebook jupyter processing
99
dates:
1010
validation: 2025-02-24
1111
posted: 2024-07-10
@@ -14,7 +14,7 @@ categories:
1414
- data-lab
1515
---
1616

17-
Distributed Data Lab is a product designed to assist data scientists and data engineers in performing calculations on a remotely managed Apache Spark infrastructure.
17+
Data Lab for Apache Spark™ is a product designed to assist data scientists and data engineers in performing calculations on a remotely managed Apache Spark infrastructure.
1818

1919
It is composed of the following:
2020

@@ -30,10 +30,9 @@ The notebook, although capable of performing some local computations, primarily
3030

3131
- A Scaleway account logged into the [console](https://console.scaleway.com)
3232
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
33-
- [Signed up to the private beta](https://www.scaleway.com/fr/betas/#distributed-data-lab) and received a confirmation email.
3433
- Optionally, an [Object Storage bucket](/object-storage/how-to/create-a-bucket/)
3534

36-
## How to create a Distributed Data Lab cluster
35+
## How to create a Data Lab for Apache Spark™ cluster
3736

3837
1. Click **Data Lab** under **Managed Services** on the side menu.
3938

@@ -54,7 +53,7 @@ The notebook, although capable of performing some local computations, primarily
5453

5554
## How to connect to your Data Lab
5655

57-
1. Click **Data Lab** under **Managed Services** on the side menu. The Distributed Data Lab page displays.
56+
1. Click **Data Lab** under **Managed Services** on the side menu. The Data Lab for Apache Spark™ page displays.
5857

5958
2. Click the name of the Data Lab cluster you want to connect to. The cluster **Overview** page displays.
6059

@@ -64,7 +63,7 @@ The notebook, although capable of performing some local computations, primarily
6463

6564
## How to run the demo file
6665

67-
Each Distributed Data Lab comes with a default `DatalabDemo.ipynb` demonstration file for testing purposes. This file contains a preconfigured notebook environment that requires no modification to run.
66+
Each Data Lab for Apache Spark™ comes with a default `DatalabDemo.ipynb` demonstration file for testing purposes. This file contains a preconfigured notebook environment that requires no modification to run.
6867

6968
Execute the cells in order to perform pre-determined operations on a dummy data set.
7069

@@ -104,9 +103,9 @@ Execute the cells in order to perform pre-determined operations on a dummy data
104103

105104
Once initialized, the information of the Spark session displays.
106105

107-
You can now execute commands that will run on the resources defined when creating the Distributed Data Lab.
106+
You can now execute commands that will run on the resources defined when creating the Data Lab for Apache Spark™.
108107

109-
## How to delete a Distributed Data Lab
108+
## How to delete a Data Lab for Apache Spark™
110109

111110
<Message type="important">
112111
This action is irreversible and will permanently delete this Data Lab cluster and all its associated data.

0 commit comments

Comments
 (0)