Hi,

I want to understand the implementation in the code which assigns
particular reducer with particular keys.I mean, the code which provides the
logic of assigning reducers with a particular key, where Mappers will send
their key,value pairs after mapping.  Will it assign based on
hash(key)%(number of reducers) ?

Regards

Pushparaj

Reply via email to