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
