I am trying to measure the time consumed by each (key_a,value_a) pair transferred from a mapper Mapper_i to a reducer Reducer_j.
In other words, I would like to know the time taken by (key_a,value_a) from leaving Mapper_i to reaching Reducer_j ?
Is there anyway to get this transfer time from mappers to reducers?