Skip to content

Instantly share code, notes, and snippets.

@jamiefrench
jamiefrench / install_pyspark_on_m1_mac.md
Created January 16, 2023 16:07 — forked from brianspiering/install_pyspark_on_m1_mac.md
Installation guide to pyspark on M1 Mac

Install Spark

Run all of these commands at the command line (not in a Jupyter Notebook). The command line will have more informative error messages and if we need complete additional steps, we'll get the messages.

Spark is a framework within the Scala programming language. Scala uses the JVM (Java Virtual Machine) so you'll need install Java.

If you use homebrew: