You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Gal Nitzan <gn...@usa.net> on 2005/10/01 00:44:49 UTC

Little help with MapRed code

Hi,

I have developed a small plugin based on URLFilter. It works fine for 
0.7 and 0.8 dev

However, in MapRed it can not work.

The basic idea is like that. URLFilers.java has only one static method 
filter(url).

I added a static method called cleanup to URLFilters which call finalize 
on all plugins it contains.

from where could I call the cleanup method of URLFilters (should be 
between the map and reduce).

Thanks,

Gal