Rod Taylor wrote:
On Thu, 2005-09-29 at 14:02 -0700, Doug Cutting wrote:
With MapReduce on multi-CPU machines it probably makes more sense to set
mapred.tasktracker.tasks.maxiumum, 2 by default. This determines the
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.
Sorry. In the heat of coding I frequently forget to add important
properties to nutch-default.xml. I've added this one now.
Doug