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 Leen Toelen <to...@gmail.com> on 2006/03/14 17:26:46 UTC

Code examples

Hi,

could someone point me to some code examples to use Hadoo? Something
like a distributed grep would be great.

Regards,
Leen Toelen

Re: Code examples

Posted by Owen O'Malley <ow...@yahoo-inc.com>.
On Mar 14, 2006, at 8:26 AM, Leen Toelen wrote:

> Hi,
>
> could someone point me to some code examples to use Hadoo? Something
> like a distributed grep would be great.

There are word count and grep examples in src/examples. I also have the 
trivial sort example with IdentityMap and IdentityReduce that I'll 
submit this week.

-- Owen