On Wed, Jun 8, 2011 at 4:11 AM, Markus Jelsma <[email protected]> wrote: >> Dear nutch developers, >> >> Nutch by default takes seeds from file system (-seedDir). Is it possible to >> change it to take seeds from mysql table? > > In theory, yes, but i would not recommend it. It would be quite a job to make > the mapper nicely play with database queries.
as another option, you can implement a script to sync the -seedDir folder and your mysql table.

