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

Winapi c++: DialogBox hangs when breaking a loop -

vb.net - Font adding using PDFsharp -

javascript - jQuery iScroll clickable list elements while retaining scroll? -