0
4.0kviews
Explain join/ matrix multiplication/ word count using MapReduce.
1 Answer
0
29views

JOIN using MapReduce:

The joins can be done at both Map side and Join side according to the nature of data sets of to be joined.

Reduce Side Join

Let’s take the following tables containing employee and department data.

enter image description here

Let’s see how join query below can be achieved using reduce …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.