You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by Owen O'Malley <ow...@yahoo-inc.com> on 2006/02/28 23:26:11 UTC

Re: svn commit: r381795 - /lucene/hadoop/trunk/src/java/overview.html

On Feb 28, 2006, at 2:13 PM, cutting@apache.org wrote:

> -bin/hadoop org.apache.hadoop.mapred.demo.Grep input output 
> 'dfs[a-z.]+'<br>
> +bin/hadoop jar hadoop-*-examples.jar input output 'dfs[a-z.]+'<br>

you should have written:

bin/hadoop jar hadoop-*-examples.jar grep input output 'dfs[a-z.]+'