Hadoop install script for debian and Ubuntu. but only tested in Ubuntu Server 16.04.
The script will let you setup a 3 node Hadoop cluster in no more than 10 minutes.
sudo -s
su -
git clone https://github.com/chih7/hadoop_install.git
cd ./hadoop_install
./install-hadoop.sh
reboot
Done
clone the machine or install hadoop in other machine with the script.
note the ip address must same with the script.
in hadoop master machine
sudo -s
su -
./start-hadoop.sh
Done