MAPREDUCE-7061. SingleCluster setup document needs to be updated. Contributed by Bharat Viswanadham.

This commit is contained in:
Arpit Agarwal 2018-02-27 10:27:18 -08:00
parent 1cc9a58dda
commit ac42dfc888
1 changed files with 8 additions and 0 deletions

View File

@ -192,6 +192,14 @@ The following instructions assume that 1. ~ 4. steps of [the above instructions]
</property>
</configuration>
<configuration>
<property>
<name>mapreduce.application.classpath</name>
<value>$HADOOP_MAPRED_HOME/share/hadoop/mapreduce/*:$HADOOP_MAPRED_HOME/share/hadoop/mapreduce/lib/*</value>
</property>
</configuration>
`etc/hadoop/yarn-site.xml`:
<configuration>