Skip to content

Instantly share code, notes, and snippets.

View rolandjitsu's full-sized avatar
👽

Roland Groza rolandjitsu

👽
View GitHub Profile
@rolandjitsu
rolandjitsu / spark.md
Last active February 25, 2021 08:51 — forked from ololobus/Spark+ipython_on_MacOS.md
Apache Spark installation for Mac OS X

Apache Spark

Install steps for Apache Spark on Mac OS X using Homebrew.

Install Java Development Kit


Download and install it from oracle.com, then add following code to your .bash_profile, .zshrc, etc.:

# Apache Spark
if which java > /dev/null; then export JAVA_HOME=$(/usr/libexec/java_home); fi