I have a map that emits <key, value> pairs. I have a combiner that takes a <key, list(values)> and does something with it.
Is there a way to get the total number of keys emitted by particular mapper in the beginning of the combiner function? Thanks in advance, -SM
