Skip to content

Instantly share code, notes, and snippets.

View MLHafizur's full-sized avatar
🎯
Focusing

Hafizur Rahman MLHafizur

🎯
Focusing
View GitHub Profile
@brianspiering
brianspiering / install_pyspark_on_m1_mac.md
Created February 24, 2022 20:58
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: