/hadoop_install

hadoop cluster installer

Primary LanguageShell

Install Hadoop Cluster with shell script

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.

Installation in a node

sudo -s
su -
git clone https://github.com/chih7/hadoop_install.git
cd ./hadoop_install
./install-hadoop.sh
reboot

Done

Run as a cluster

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