Uploaded image for project: 'Nutch'
  1. Nutch
  2. NUTCH-570

Improvement of URL Ordering in Generator.java

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • None
    • None
    • generator
    • None
    • Patch Available

    Description

      [Copied directly from my email to nutch-dev list]

      Recently I switched to Fetcher2 over Fetcher for larger whole web fetches (50-100M at a time). I found that the URLs generated are not optimal because they are simply randomized by a hash comparator. In one crawl on 24 machines it took about 3 days to crawl 30M URLs. In comparison with old benchmarks I had set with regular Fetcher.java this was at least 3 fold more time.

      Anyway, I realized that the best situation for ordering can be approached by randomization, but in order to get optimal ordering, urls from the same host should be as far apart in the list as possible. So I wrote a series of 2 map/reduces to optimize the ordering and for a list of 25M documents it takes about 10 minutes on our cluster. Right now I have it in its own class, but I figured it can go in Generator.java and just add a flag in nutch-default.xml determining if the user wants to use it.

      Attachments

        1. GeneratorDiff.out
          6 kB
          Ned Rockson
        2. GeneratorDiff_v1.out
          6 kB
          Evgeniy Serykh

        Issue Links

          Activity

            People

              otis Otis Gospodnetic
              nedrocks Ned Rockson
              Votes:
              2 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: