Browse Source

Fix command line for distributed execution.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@555077 13f79535-47bb-0310-9956-ffa450edef68
Thomas White 18 years ago
parent
commit
e038336178
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/java/overview.html

+ 1 - 1
src/java/overview.html

@@ -155,7 +155,7 @@ command, run on the master node:</p>
 examine it:</p>
 
 <tt>
-bin/hadoop org.apache.hadoop.mapred.demo.Grep input output 'dfs[a-z.]+'<br>
+bin/hadoop jar hadoop-*-examples.jar grep input output 'dfs[a-z.]+'<br>
 bin/hadoop dfs -get output output
 cat output/*
 </tt>