Skip to content

davebond/vagrant-cloudera-multinode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant Cloudera Multinode

Provisioning

Edit Vagrantfile and configure node_count and node_ram

Then:

vagrant up

Installation

SSH into the manager node

	vagrant ssh manager

Run the cloudera installer

	sudo chmod +x ./files/install.sh
	./files/install.sh

After the installation is complete, cloudera will be available at http://127.0.0.1:7180/

Adding the nodes

The nodes can be added to cloudera by their hostname, a pattern can be used to find them all.

E.G.

	hadoop-node[1-5]

SSH details for logging into the nodes:

	Username: vagrant
	Password: vagrant

About

Vagrant Cloudera setup with configurable number of nodes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published