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 2006/06/28 23:51:07 UTC

[Lucene-hadoop Wiki] Trivial Update of "Sort" by OwenOMalley

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 OwenOMalley:
http://wiki.apache.org/lucene-hadoop/Sort

------------------------------------------------------------------------------
  
  The mapper is the predefined !IdentityMapper and the ruducer is the predefined !IdentityReducer, both of which just pass their inputs directly to the output. 
  
- To run the program:[[br]]
+ To run the program:[[BR]]
  bin/hadoop jar hadoop-*-examples.jar sort [-m <#maps>] [-r <#reduces>] <in-dir> <out-dir>