A thread pool is used to run all the mappers. Cheers
On Monday, May 3, 2010, Jyothish Soman <[email protected]> wrote: > Hi, > I was browsing through the multithreaded maprunner code, and there are some > doubts that I have regarding the same. > > How are the map tasks being allocated, is it a common pool that is being > eaten into, or is the common pool being divided into smaller parts and each > thread gets a portion of the pool. > > Regards, > Jyothish Soman >
