NavigationContentFooter
Jump toSuggest an edit
Was this page helpful?

Distributed Data Lab FAQ

What is Apache Spark?Link to this anchor

Apache Spark is an open-source unified analytics engine designed for large-scale data processing. It provides an interface for programming entire clusters with implicit data parallelism and fault tolerance. Spark offers high-level APIs in Java, Scala, Python, and R, and an optimized engine that supports general execution graphs.

How does Apache Spark work?Link to this anchor

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. It uses Resilient Distributed Datasets (RDDs) to store data across multiple nodes in a cluster and perform parallel operations on this data.

How am I billed for Distributed Data Lab?Link to this anchor

Distributed Data Lab is billed based on two factors:

  • the main node configuration selected
  • the worker node configuration selected, and the number of worker nodes in the cluster

Can I upscale or downscale a Distributed Data Lab?Link to this anchor

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.

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.

Was this page helpful?
API DocsScaleway consoleDedibox consoleScaleway LearningScaleway.comPricingBlogCareers
© 2023-2025 – Scaleway