When using the nutch crawler, the fetch jobs are created such that URLs from same host end up in a single data node to maintain crawl politeness(1 QPS). However, certain hosts allow more than 1 QPS and so the URLs are partitioned accordingly. For such hosts, the URLs will be in two fetch jobs meant to be run on two different data nodes. But sometimes Fair scheduler schedules those jobs(reduce tasks) to the same data node.
So is there any way to work around this issue?
Any help is greatly appreciated.
Thanks