You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2012/05/17 21:21:38 UTC

svn commit: r1339810 - /incubator/bigtop/trunk/bigtop-packages/src/common/hadoop/hadoop.1

Author: rvs
Date: Thu May 17 19:21:38 2012
New Revision: 1339810

URL: http://svn.apache.org/viewvc?rev=1339810&view=rev
Log:
BIGTOP-590. hadoop man page needs to be updated

Modified:
    incubator/bigtop/trunk/bigtop-packages/src/common/hadoop/hadoop.1

Modified: incubator/bigtop/trunk/bigtop-packages/src/common/hadoop/hadoop.1
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/common/hadoop/hadoop.1?rev=1339810&r1=1339809&r2=1339810&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-packages/src/common/hadoop/hadoop.1 (original)
+++ incubator/bigtop/trunk/bigtop-packages/src/common/hadoop/hadoop.1 Thu May 17 19:21:38 2012
@@ -300,7 +300,7 @@ The location of the Hadoop configuration
 see the \f(CW\*(C`FILES\*(C'\fR section.
 .IP "\s-1HADOOP_MAPRED_HOME\s0" 4
 .IX Item "HADOOP_MAPRED_HOME"
-The location of the Hadoop MapReduce implementation jar files are by default in \f(CW\*(C`/usr/lib/hadoop-mapred\*(C'\fR.  You can change the location with this environment variable.
+The location of the Hadoop MapReduce implementation jar files are by default in \f(CW\*(C`/usr/lib/hadoop-mapreduce\*(C'\fR.  You can change the location with this environment variable.
 .IP "\s-1HADOOP_COMMON_HOME\s0" 4
 .IX Item "HADOOP_COMMON_HOME"
 The location of the Hadoop common jar files are by default in \f(CW\*(C`/usr/lib/hadoop\*(C'\fR.  You can change the location 
@@ -318,7 +318,7 @@ with this environment variable (not reco
 .Vb 4
 \& $ mkdir input
 \& $ cp <txt files> input
-\& $ hadoop jar /usr/lib/hadoop-mapreduce/*example*.jar input output 'grep string'
+\& $ HADOOP_CONF_DIR=/ hadoop jar /usr/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jar grep input output 'string'
 \& $ cat output/*
 .Ve
 .SH "COPYRIGHT"