MAPREDUCE-7061. SingleCluster setup document needs to be updated. Contributed by Bharat Viswanadham.
This commit is contained in:
parent
1cc9a58dda
commit
ac42dfc888
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue