What is the difference between a map-side join and a reduce-side join in Hive?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Please Disable the AdBlocker to Continue to the site.
A map-side join involves loading the smaller table into memory and performing the join using the mapper. In a reduce-side join, the reducer is used to sort the data first before joining it.