Changes

Jump to: navigation, search

GPU621/Apache Spark Fall 2022

29 bytes removed, 13:56, 7 December 2022
RDD APIs
===RDD APIs===
 
[[file:RDD_API.webp|800px]]
Basically there are types of APIs. Transformations and Actions. Transformation APIs are functions that could return another RDD set. Using these APIs, we can create child RDD from parent RDD. Actions are the functions we want to perform onto the actual dataset. They will not return new RDDs.
92
edits

Navigation menu