Spark API
Get an introduction to the three Spark data abstractions - RDDs, DataFrames, and Datasets.
We'll cover the following...
APIs
Spark offers APIs and data abstractions that significantly enhance the developer experience. The original Spark paper describes the low-level abstraction called Resilient Distributed Datasets (RDD) ...