Skip to content

Commit acf92b3

Browse files
author
Alejandro Abdelnur
committed
MAPREDUCE-2739. Update installation docs (remove YarnClientFactory) (bowang via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1359303 13f79535-47bb-0310-9956-ffa450edef68
1 parent b38e15c commit acf92b3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

hadoop-mapreduce-project/CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
219221
Release 2.0.0-alpha - 05-23-2012
220222

221223
INCOMPATIBLE CHANGES

hadoop-mapreduce-project/INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Step 12) sbin/mr-jobhistory-daemon.sh start historyserver
6464
Step 13) You are all set, an example on how to run a mapreduce job is:
6565
cd $HADOOP_MAPRED_HOME
6666
ant 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

6969
The output on the command line should be almost similar to what you see in the JT/TT setup (Hadoop 0.20/0.21)
7070

0 commit comments

Comments
 (0)