Skip to content

Instantly share code, notes, and snippets.

View simonfrancis's full-sized avatar

Simon Francis simonfrancis

View GitHub Profile
@simonfrancis
simonfrancis / install.sh
Created August 7, 2016 18:02 — forked from domderen/install.sh
Installation of apache spark on ubuntu machine.
#!/bin/sh
# 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
sudo apt-get -y install oracle-java7-installer
# Installation of commonly used python scipy tools