Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 448 Bytes

spark-rdd-operations.adoc

File metadata and controls

11 lines (6 loc) · 448 Bytes

Operators - Transformations and Actions

RDDs have two types of operations: transformations and actions.

Note
Operators are also called operations.

Gotchas - things to watch for

Even if you don’t access it explicitly it cannot be referenced inside a closure as it is serialized and carried around across executors.