Question
What is a map-side join?
Select an option. Your answer will be checked instantly.
Correct Answer: B. A join performed by mappers without sending both datasets through reducers
Explanation:
Map-side joins can avoid shuffle when inputs meet suitable conditions.
One common case uses a small reference dataset cached on each mapper.
Leave a Reply