Operators
== Operators - Transformations and Actions
RDDs have two types of operations: spark-rdd-transformations.md[transformations] and spark-rdd-actions.md[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.