Member-only story
Getting started with Spark (part 3)
Apr 18, 2022
OK now let’s dig down into Spark:
- written in functional programming language Scala
- application programming interfaces in Java, R and Python
Read and Write data with Spark
Manipulate the data
In 2 ways (not much of difference in performance nor speed)
- Imperative Programming: Using Spark DataFrames and Python
- Declarative Programming: using SQL.