Hadoop's Map-side join implements Hash join?

Posted by ge0rgi0 on Stack Overflow See other posts from Stack Overflow or by ge0rgi0
Published on 2010-05-12T22:47:18Z Indexed on 2010/06/03 3:24 UTC
Read the original article Hit count: 300

Filed under:
|
|

I try to implement Hash join in Hadoop.

However, Hadoop seems to have already a map-side join and a reduce - side join already implemented.

What is the difference between these techniques and hash join?

© Stack Overflow or respective owner

Related posts about join

Related posts about hash