
Hadoop V1 Install - Mapred Configuration
MapReduce - Basic Configuration to Start Hadoop Daemons Configuration of mapred-site.xml### Only Properties are mentioned ### <property> <name>mapred.job.tracker</name> <value>nn:8021</value></property><property> <name>mapred.local.dir</name> <value>/opt/HDPV1/1/mr1,/opt/HDPV1/1/mr2</value></property>Copy the Configuration to all the nodes[As root]# for i...