Thanks. Could we modify the code so it will only output the info before the tasks are initialized? If so, how to proceed?
On Monday 27 September 2010 14:49:54 Andrzej Bialecki wrote: > On 2010-09-27 13:54, Markus Jelsma wrote: > > Hi, > > > > > > > > I have seen this in all version of Nutch iv'e used. The snippet below > > keeps repeating itself many times for each job i execute. Why? > > It's printed as many times as the PluginRepository is initialized, and > this in turn happens for each map or reduce task where plugins are used. > Since typically there are many tasks per job, this initialization occurs > many times. > > Traditionally this information was logged at INFO level to help in > debugging plugin config issues... but I agree that printing it over and > over again is an overkill. > Markus Jelsma - Technisch Architect - Buyways BV http://www.linkedin.com/in/markus17 050-8536620 / 06-50258350

