Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solved
Go to solution
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""
New Contributor
Created ‎06-02-2016 11:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1 ACCEPTED SOLUTION
Guru
Created ‎06-02-2016 11:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You should be able to implement both types of joins in Java: map-side and reduce-side.
1 REPLY 1
Guru
Created ‎06-02-2016 11:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You should be able to implement both types of joins in Java: map-side and reduce-side.
