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



Reply via email to