Hi Folks,

I was just wondering what computation really happens in the reduce
phase for Fetcher2 ?

I know that it is implemented as a MapRunnable -- but I see no
explicit reducer being set for the job. Is the identity reducer being
used ? Why can't we simply use job.setNumReduceTasks(0) ?
Wouldn't this be faster?

Sandeep

Reply via email to