We may earn an affiliate commission when you visit our partners.

Resilient Distributed Datasets (RDDs)

Save
May 1, 2024 3 minute read

Resilient Distributed Datasets (RDDs) are a fundamental concept in Apache Spark, a popular big data processing framework. RDDs represent immutable, partitioned collections of data elements that can be distributed across a cluster of computers and processed in parallel. They provide a fault-tolerant and efficient way to handle large datasets and support a wide range of data processing operations.

Understanding RDDs

An RDD is a distributed collection of data partitioned into smaller logical units called partitions. Each partition is processed independently on different nodes in the cluster, allowing for parallelization and scalability. RDDs are immutable, meaning they cannot be modified once created. Instead, new RDDs are created as transformations are applied to existing RDDs.

RDDs support a rich set of operations, including transformations and actions. Transformations include operations like filtering, mapping, grouping, and joining, which create new RDDs without modifying the original dataset. Actions, on the other hand, trigger computation and return a result, such as collecting the data to the driver program or writing it to a file.

Benefits of Using RDDs

Share

Help others find this page about Resilient Distributed Datasets (RDDs): by sharing it with your friends and followers:

Reading list

We haven't picked any books for this reading list yet.
Table of Contents
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2025 OpenCourser