Install Hadoop 2.6.0 on Ubuntu 14.04 LTS in one go
Hi, I have created a shell script to install hadoop 2.6.0 on ubuntu 14.04 LTS. By using this shell script you can install you can install hadoop and configure it in one go. This script will install and configure hadoop for single node cluster only. #!/bin/bash echo -n “Enter the new ‘GroupName’ for new Hadoop…