5.1.3 - Intro to Spark

Last updated Feb 25, 2025

🕓 Estimated time spent on this lesson | ~15 min

Youtube Video | ~7 min

✍️ In this video we learn about apache spark, how to use it, and when to use it.

Spark is used to execute batch or streaming. Spark is usually in a wrapper with Java, Scala, Python, R, etc.

The python wrapper is called PySpark

Workflow Example

Last updated