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
Question about combiners
Contributor
Created ‎09-06-2014 10:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is a combiner always defined in terms of a reducer or is there another way to code the combiner class?
Thanks in advance to all who answer.
Thanks in advance to all who reply.
Kevin
Kevin
1 ACCEPTED SOLUTION
Guru
Created ‎09-08-2014 05:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Like the definitive guide says "Hadoop allows the user to specify a
combiner function to be run on the map output, and the combiner function’s
output forms the input to the reduce function. "
​. Frequently the code in the reducer and combiner is similar but doesn't
have to be. ​
Your question is unclear.
​ Can you elaborate a bit?
​
combiner function to be run on the map output, and the combiner function’s
output forms the input to the reduce function. "
​. Frequently the code in the reducer and combiner is similar but doesn't
have to be. ​
Your question is unclear.
​ Can you elaborate a bit?
​
Regards,
Gautam Gopalakrishnan
Gautam Gopalakrishnan
2 REPLIES 2
Guru
Created ‎09-08-2014 05:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Like the definitive guide says "Hadoop allows the user to specify a
combiner function to be run on the map output, and the combiner function’s
output forms the input to the reduce function. "
​. Frequently the code in the reducer and combiner is similar but doesn't
have to be. ​
Your question is unclear.
​ Can you elaborate a bit?
​
combiner function to be run on the map output, and the combiner function’s
output forms the input to the reduce function. "
​. Frequently the code in the reducer and combiner is similar but doesn't
have to be. ​
Your question is unclear.
​ Can you elaborate a bit?
​
Regards,
Gautam Gopalakrishnan
Gautam Gopalakrishnan
Contributor
Created ‎09-08-2014 09:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, your answer was fine.
Thanks in advance to all who reply.
Kevin
Kevin
