Skip to content

Instantly share code, notes, and snippets.

View bethrezen's full-sized avatar
🎯
Focusing

Alexander Kozhevnikov bethrezen

🎯
Focusing
View GitHub Profile
@bethrezen
bethrezen / install.sh
Created June 23, 2017 09:41 — forked from NLKNguyen/install.sh
Install Hadoop on Ubuntu 16.04
# Copy line by line and paste to an interactive shell
# Update system
sudo apt-get update && sudo apt-get dist-upgrade
# Install Java
sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt-get update
sudo apt-get install openjdk-7-jdk