hadoop - Mapreduce job: combiner without reducer -


i noticed if set number of reducer 0, combiner won't work. possible use combiner without reducer? thanks.

no it's not. specified reducer, combiners not guaranteed used. combiners strictly optimizations can be, not necessarily, called before reducers. without reducer these never called.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

How to call a javascript function after the page loads with a chrome extension? -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -