浏览代码

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 年之前
父节点
当前提交
e038336178
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>