Skip to content

Instantly share code, notes, and snippets.

@koji
Created August 19, 2017 02:31
Show Gist options
  • Save koji/3f3c087eb91c86073f8e4b3826c56d22 to your computer and use it in GitHub Desktop.
Save koji/3f3c087eb91c86073f8e4b3826c56d22 to your computer and use it in GitHub Desktop.
Create an environment for Apache-Spark
$ sw_vers
ProductName:	Mac OS X
ProductVersion:	10.12.6
BuildVersion:	16G29

Install java & apache-spark

$ brew cask install java
$ brew install apache-spark

Use pyspark

$ pyspark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment