Last active
October 23, 2017 14:27
-
-
Save jreiher2003/0bcc4ade14fcd41bcd32b3c0da60b122 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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