RDD Operations
Learn the basics of RDD operations.
We'll cover the following
Introduction to RDD operations
There are two types of RDD operations:
-
Transformations: These are RDD operations that create one dataset from another dataset.
-
Actions: These are RDD operations that return a value to the driver program after running a computation on the dataset.
Get hands-on with 1400+ tech skills courses.