You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2007/12/18 19:52:09 UTC

[Lucene-hadoop Wiki] Trivial Update of "QuickStart" by CharlieGroves

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for change notification.

The following page has been changed by CharlieGroves:
http://wiki.apache.org/lucene-hadoop/QuickStart

------------------------------------------------------------------------------
  {{{
  mkdir input
  cp conf/*.xml input
- bin/hadoop jar build/hadoop-0.15.0-dev-examples.jar grep input output 'dfs[a-z.]+'
+ bin/hadoop jar build/hadoop-0.16.0-dev-examples.jar grep input output 'dfs[a-z.]+'
  cat output/*
  }}}