Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

for HDPCD:Java exam task, to be clear does "Perform a join of two or more datasets" means Reduce side join. As there is another task specifically says "Perform a map-side join of two datasets""

avatar
New Contributor
 
1 ACCEPTED SOLUTION

avatar
Guru

You should be able to implement both types of joins in Java: map-side and reduce-side.

View solution in original post

1 REPLY 1

avatar
Guru

You should be able to implement both types of joins in Java: map-side and reduce-side.