MissaouiAhmed / BigData-samples-clusterInstall

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BigData-samples-clusterInstall

Shell scripts to install a small hadoop cluster with 2 nodes

##Prerequisites:

  • Os: Ubuntu
  • 2 nodes : 1 master+slave, 1 slave
  • Install java 1.7 on master and slave: sudo apt-get install openjdk-7-jdk
  • In slave, before launching the scipt:
    • sudo visudo
    • Edit sudoers
    • Just under the line that looks like the following: root ALL=(ALL) ALL
    • add hadoop ALL=(ALL:ALL) ALL
    • Save File

##How it Works:

  • check ip adress of nodes cluster (cluster_architecture.properties)
  • sh slaves_install.sh on slave node
  • sh master_install.sh on master node
  • Follow steps

#Usefull links:

About

License:Apache License 2.0


Languages

Language:Shell 100.0%