Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 616 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 616 Bytes

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