Hi Guys,

As per Apache Nutch 1.16 Fetcher class implementation here -
https://github.com/apache/nutch/blob/branch-1.16/src/java/org/apache/nutch/fetcher/Fetcher.java,
this is a map only job. I don't see any reducer set in the Job. So my
question is why not set job.setNumreduceTasks(0) and save the time by
outputting directly to HDFS.

Regards
Prateek

Reply via email to