Skip to content

Instantly share code, notes, and snippets.

@jreiher2003
Last active October 23, 2017 14:27
Show Gist options
  • Save jreiher2003/0bcc4ade14fcd41bcd32b3c0da60b122 to your computer and use it in GitHub Desktop.
Save jreiher2003/0bcc4ade14fcd41bcd32b3c0da60b122 to your computer and use it in GitHub Desktop.
sudo apt-add-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer -y
sudo apt-get install scala -y
sudo apt-get install git -y
sudo wget https://d3kbcqa49mib13.cloudfront.net/spark-2.2.0-bin-hadoop2.7.tgz
sudo tar xvfz spark*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment