You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Stuart Sierra <ma...@stuartsierra.com> on 2008/09/18 23:02:15 UTC

Example code for map-side join

Hello all,
Does anyone have some working example code for doing a map-side
(inner) join?  The documentation at
http://tinyurl.com/43j5pp is less than enlightening...
Thanks,
-Stuart

Re: Example code for map-side join

Posted by Mice <mi...@gmail.com>.
just check Join.java in package org.apache.hadoop.examples and you'll get it.

2008/9/19 Stuart Sierra <ma...@stuartsierra.com>:
> Hello all,
> Does anyone have some working example code for doing a map-side
> (inner) join?  The documentation at
> http://tinyurl.com/43j5pp is less than enlightening...
> Thanks,
> -Stuart
>