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 Emmanuel <jo...@gmail.com> on 2007/07/13 12:27:01 UTC

Concurrent Map

I'm wondering if there is anyway to have a list of few maps and to configure
some map to be run on different machine (actually not on the same machine).

For instance, in nutch if we run 2 map which fetch a similar site on 2
different machine it will be polite as the ip address of my servers won't be
the same.
But i need to configure 2 map which contains a list of urls from the same
host, and these map should be run on different machine.

So, if you have an idea to force some map to be run on different tasktracker
on different machine it will help me.