Skip to content

Instantly share code, notes, and snippets.

View pltrdy's full-sized avatar

Paul Tardy pltrdy

View GitHub Profile
@pltrdy
pltrdy / install.sh
Last active July 8, 2016 09:26 — forked from domderen/install.sh
Installation of apache spark on ubuntu machine.
#!/bin/sh
# stop execution on error
set -e
# installation of Oracle Java JDK.
sudo apt-get -y update
sudo apt-get -y install python-software-properties
sudo add-apt-repository -y ppa:webupd8team/java
sudo apt-get -y update