Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Optimizing Hadoop for MapReduce
  • Table Of Contents Toc
Optimizing Hadoop for MapReduce

Optimizing Hadoop for MapReduce

By : Khaled Tannir
4.3 (4)
close
close
Optimizing Hadoop for MapReduce

Optimizing Hadoop for MapReduce

4.3 (4)
By: Khaled Tannir

Overview of this book

Table of Contents (15 chapters)
close
close

Using Combiners


You can improve your overall MapReduce performance using Combiners. A Combiner is equivalent to a local Reduce operation and can effectively improve the rate of subsequent global Reduce operations. Basically, it is used to preliminarily optimize and minimize the number of key/value pairs that will be transmitted across the network between mappers and reducers. A Combiner will process the intermediate results of the key/value pairs' output using Map operations and it does not impact the transformation logic coded in the map and reduce functions.

The standard convention using Combiners is just to repurpose your reducer function as your Combiner. The computing logic should be Commutative (the order in which an operation such as addition is processed has no effect on the final result) and Associative (the order in which we apply the addition operation has no effect on the final result).

Note

To get more information about Commutative and Associative properties, you can browse...

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Optimizing Hadoop for MapReduce
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon