You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by Andrzej Bialecki <ab...@getopt.org> on 2005/12/23 02:16:10 UTC

Removing old classes from trunk/

Hi all,

It's time to do some cleanup of the trunk/ after the mapred merge. I'm 
planning to remove the old classes in trunk/, from the following packages:

* org.apache.nutch.db.* - all classes
* org.apache.nutch.fetcher.*
* org.apache.nutch.indexer.IndexSegment
* org.apache.nutch.indexer.DeleteDuplicates
* org.apache.nutch.linkdb.*
* org.apache.nutch.pagedb.*
* org.apache.nutch.protocol.ResourceGone (no longer used)
* org.apache.nutch.protocol.ResourceMoved -"-
* org.apache.nutch.protocol.RetryLater -"-
* org.apache.nutch.quality.* - not maintained, out of date
* org.apache.nutch.tools.CrawlTool - obsoleted by Crawl
* org.apache.nutch.tools.FetchListTool - obsoleted by Generate
* org.apache.nutch.tools.ParseSegment - obsoleted by mapred ParseSegment
* org.apache.nutch.tools.UpdateDatabaseTool
* org.apache.nutch.tools.UpdateSegmentsFromDb
* org.apache.nutch.tools.WebDBAdminTool

After this cleanup is done, we may prefer to move some of the classes 
currently in org.apache.nutch.crawl to some other packages, if appropriate.

The main reason for this removal is that these classes are obsolete now, and they don't work at all with mapred data or other mapred tools. Those interested in Nutch history can always retrieve them from SVN or from the past releases.

If I don't hear any objections, I'll do it some time during Christmas.

-- 
Best regards,
Andrzej Bialecki     <><
 ___. ___ ___ ___ _ _   __________________________________
[__ || __|__/|__||\/|  Information Retrieval, Semantic Web
___|||__||  \|  ||  |  Embedded Unix, System Integration
http://www.sigram.com  Contact: info at sigram dot com



Re: Removing old classes from trunk/

Posted by Stefan Groschupf <sg...@media-style.com>.
> It's time to do some cleanup of the trunk/ after the mapred merge.

+1