networking - MapReduce Network Bandwidth -


i trying measure time consumed each (key_a,value_a) pair transferred mapper mapper_i reducer reducer_j.

in other words, know time taken (key_a,value_a) leaving mapper_i reaching reducer_j ?

is there anyway transfer time mappers reducers?


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -