Rod Taylor wrote:
On Thu, 2005-09-29 at 14:02 -0700, Doug Cutting wrote:
Rod Taylor wrote:
On machines with more than 1 CPU it is useful to run more than a single
instance of Nutch under the same user.
With MapReduce on multi-CPU machines it probably makes more sense to set
mapred.tasktracker.tasks.maxiumum, 2 by default. This determines the
mapred.tasktracker.tasks.maxiumum
where is this property should be? couldn't find it anywhere.
number of tasks a tasktracker will execute simultaneously. Each task is
run in a separate JVM.
That does make more sense. I went through the config files a couple of
times looking for something like that.
Thanks.
That said, the patch is still good and I've committed it.
Doug