Spark API

This lesson introduces data abstractions available in Spark.

We'll cover the following...

Spark API

Spark offers APIs and data abstractions that significantly enhance the developer experience. The original Spark paper describes the low-level abstraction called RDD. ...