File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -216,6 +216,8 @@ Branch-2 ( Unreleased changes )
216216 MAPREDUCE-4383. HadoopPipes.cc needs to include unistd.h.
217217 (Andy Isaacson via eli)
218218
219+ MAPREDUCE-2739. Update installation docs (remove YarnClientFactory) (bowang via tucu)
220+
219221Release 2.0.0-alpha - 05-23-2012
220222
221223 INCOMPATIBLE CHANGES
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Step 12) sbin/mr-jobhistory-daemon.sh start historyserver
6464Step 13) You are all set, an example on how to run a mapreduce job is:
6565cd $HADOOP_MAPRED_HOME
6666ant examples -Dresolvers=internal
67- $HADOOP_COMMON_HOME/bin/hadoop jar $HADOOP_MAPRED_HOME/build/hadoop-mapreduce-examples-*.jar randomwriter -Dmapreduce.job.user.name=$USER -Dmapreduce.clientfactory.class.name=org.apache.hadoop.mapred.YarnClientFactory -Dmapreduce. randomwriter.bytespermap=10000 -Ddfs.blocksize=536870912 -Ddfs.block.size=536870912 -libjars $YARN_HOME/modules/hadoop-mapreduce-client-jobclient-*.jar output
67+ $HADOOP_COMMON_HOME/bin/hadoop jar $HADOOP_MAPRED_HOME/build/hadoop-mapreduce-examples-*.jar randomwriter -Dmapreduce.job.user.name=$USER -Dmapreduce.randomwriter.bytespermap=10000 -Ddfs.blocksize=536870912 -Ddfs.block.size=536870912 -libjars $YARN_HOME/modules/hadoop-mapreduce-client-jobclient-*.jar output
6868
6969The output on the command line should be almost similar to what you see in the JT/TT setup (Hadoop 0.20/0.21)
7070
You can’t perform that action at this time.
0 commit comments