Author: tomwhite
Date: Tue Jul 10 14:03:15 2007
New Revision: 555077

URL: http://svn.apache.org/viewvc?view=rev&rev=555077
Log:
Fix command line for distributed execution.

Modified:
    lucene/hadoop/trunk/src/java/overview.html

Modified: lucene/hadoop/trunk/src/java/overview.html
URL: 
http://svn.apache.org/viewvc/lucene/hadoop/trunk/src/java/overview.html?view=diff&rev=555077&r1=555076&r2=555077
==============================================================================
--- lucene/hadoop/trunk/src/java/overview.html (original)
+++ lucene/hadoop/trunk/src/java/overview.html Tue Jul 10 14:03:15 2007
@@ -155,7 +155,7 @@
 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>


Reply via email to