Vanilla Spark on your Local Machine (Optional)
Goal: what does Spark look like on your local machine?
Running Spark locally: Spark Shell & UI
- Basics of Spark Shell
- Basics of Spark UI
- Can be seen through spark shells
- Also in the Databricks Notebooks ????
To practice the concepts and examples that are demonstrated in the above video, specific versions of Apache Spark and Java Standard Edition are required to be installed on your machines. Follow the instructions here to do so.
Spark Ecosystem, Spark Session (Spark Object)
Spark Program Structure
Spark Applications and Jobs
Spark Input Partitions, Stages, and DAGs
Spark Tasks and Operations
Do it yourself!
Starting from the video below, a Git repo is used to demonstrate the examples in Pycharm. If you would like to follow along on your local machine, set up the repo in Pycharm by following the instructions here.