Skip to content

Instantly share code, notes, and snippets.

@s3u
Last active August 23, 2017 15:25
Show Gist options
  • Save s3u/001e26795b1fe46da7b72abc49c4370b to your computer and use it in GitHub Desktop.
Save s3u/001e26795b1fe46da7b72abc49c4370b to your computer and use it in GitHub Desktop.
Installing pyspark on Mac Sierra
brew install apache-spark
python3 -m venv .venv
source .venv/bin/activate
pip install pyspark

Then update your hostname in /etc/hosts.

127.0.0.1   localhost, <the value of hostname on your machine`>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment