Closed gregglind closed 11 years ago
For ones where there is no reducer. Or is it better to just not include one?
identityreducer(k,vlist,cx): for v in vlist: cx.write(k,v)
Yes, it's better just to omit the reducer.
For ones where there is no reducer. Or is it better to just not include one?