Skip to content

mickesv/Hadoop-Setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hadoop-Setup

Different configurations for setting up Hadoop (inside Vagrant)

A_Standalone A single node standalone setup. You need to manually run commands inside the VM:

cd /vagrant
./hadoop-download.sh
./hadoop-setup-standalone.sh

B_Pseudo Single node, running in Pseudo-distributed mode. Commands:

cd /vagrant
./hadoop-download.sh
./ssh-setup.sh
./hadoop-setup-pseudo-distributed.sh
./hadoop-dfs-populate.sh

C_Cluster Three worker nodes and one master. Provisioned with the help of Puppet. Just vagrant up and everything should be fine.

D_Docker_Cluster Work in Progress, not ready yet.

About

Different configurations for setting up Hadoop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published