Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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 Member
 
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.