You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by AJ Chen <ca...@gmail.com> on 2008/07/01 10:51:03 UTC

write out fetch results without map-reduce

I'm trying to use latest nutch code base to write a fetcher that does not
use map-reduce operations. After fetching a list of urls, CrawlDatum and
Content are available to output to file. What's the most direct way to write
the fetch results to file without going through map-reduce operations? Use
SequenceFile class directly? It writes in binary. Any existing class for
writing results in plain text?
thanks,

AJ