You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by jdd dhok <jd...@gmail.com> on 2009/01/03 14:01:40 UTC

Obtaining input size of a task

Hi,
I want to obtain size of the input to be processed by a currently
running task. I see that the TaskInProgress class offers a method
called getMapInputSize that returns the size of raw split of a Map
task. Is there any analogous method for obtaining input size of a
reduce task? If there isn't how can I get this info?

Thanks and Regards,
- JDD