Skip to content

Instantly share code, notes, and snippets.

View ajayjain's full-sized avatar

Ajay Jain ajayjain

View GitHub Profile
@ajayjain
ajayjain / install.sh
Last active May 15, 2016 22:29 — forked from pltrdy/install.sh
Installation of apache spark on ubuntu machine.
#!/bin/sh
# stop execution on error
set -e
# Install Anaconda if you haven't already!!
# Installation of java 8
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update