Spark RDD Operations
RDD is the basic abstraction of Apache Spark. It is by making RDD that we interact with Apache Spark. Spark RDD supports two basic operations-
- Transformation
- Action.
RDD is the basic abstraction of Apache Spark. It is by making RDD that we interact with Apache Spark. Spark RDD supports two basic operations-