Hi all: Is there a good example for using map/reduce to implement a join operation? For example, I have two hadoop files: file A has records like <k1, v1>, and file B has records like <k2, v2>. I would like to join A and B if k1 is equal to k2. Thanks.
-- tp