Explorar el Código

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 hace 18 años
padre
commit
e038336178
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>