Skip to content

Instantly share code, notes, and snippets.

@howardatwork
howardatwork / install.sh
Last active June 29, 2016 09:02
install spark
#!/bin/bash
sudo apt-get -y update
sudo apt-get -y install software-properties-common
# installation of Java. Should install only one!
#default JDK
sudo apt-get -y install default-jdk
java -version