The question should be more specific here: Do you want to process a
map's sorted total output or do you want to pre-process a whole
partition (i.e. all data pertaining to one reducer)? Former would be
more ideal inside MapTask.java, latter in ReduceTask.java.

On Mon, Apr 1, 2013 at 5:36 PM, Vikas Jadhav <vikascjadha...@gmail.com> wrote:
> Hello
>
> I want to process output of mapper to processed before it is sent to
> reducer.
>
> @ what point i should hook in my code processing
>
>
> i guess it is ReduceTask.java file
>
> if anyone knows reagarding this please help me in this.
>
>
> Thank You.
>
>
> --
> *
> *
> *
>
> Thanx and Regards*
> * Vikas Jadhav*



-- 
Harsh J

Reply via email to