Install Hadoop on AWS Ubuntu Instance
15 October 2015
Step 1: Create an Ubuntu 14.04 LTS instance on AWS
Step 2: Connect to the instance
chmod 400 yourKey.pem
ssh-i yourKey.pem ubuntu@your_instance_ip
Step 3: Install Java
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
s...
victorleungtw.hashnode.dev2 min read