You are on page 1of 7

HADOOP MULTI NODE CLUSTER SETUP

Creating VM

Repeat the same above process to another VM also, but name it as hadoop-slave

After two VM s get Ready, Install the following in both the VMs
1. JDK 1.7 or higher
2. OpenSSH Server and Client
3. Hadoop-1.2.1
Configure the following in both the machines:
1. Set JAVA_HOME and HADOOP_HOME in .bashrc file
2. Configure hadoop config files in conf folder
a. Core-site.xml
b. Hdfs-site.xml
c. Mapred-site.xml
3. Start the daemons in master node.

You might also like