My mapper emits 'uniq key' - 'very large value' pair.
My reducer doesn't know the key is unique. Thus, reducer waits all the mappers are completed.
I tried to use combiner, but it is not easy solution for me, because my reducer is very complicated.
My question is how can I I perform reducer after per map? without combiner.
Please let me know.
Thank you in advance!
Ted