You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2020/08/16 21:08:02 UTC

[jira] [Commented] (NUTCH-2730) SitemapProcessor to treat sitemap URLs as Set instead of List

    [ https://issues.apache.org/jira/browse/NUTCH-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17178615#comment-17178615 ] 

Hudson commented on NUTCH-2730:
-------------------------------

SUCCESS: Integrated in Jenkins build Nutch ยป Nutch-trunk #3 (See [https://ci-builds.apache.org/job/Nutch/job/Nutch-trunk/3/])
[NUTCH-2730] SitemapProcessor to treat sitemap URLs as Set instead of List (snagel: [https://github.com/apache/nutch/commit/7b163542e4d319f95a7d4d06db77d910250bceb0])
* (edit) src/java/org/apache/nutch/util/SitemapProcessor.java


> SitemapProcessor to treat sitemap URLs as Set instead of List
> -------------------------------------------------------------
>
>                 Key: NUTCH-2730
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2730
>             Project: Nutch
>          Issue Type: Improvement
>          Components: sitemap
>    Affects Versions: 1.15
>            Reporter: Markus Jelsma
>            Assignee: Markus Jelsma
>            Priority: Minor
>             Fix For: 1.18
>
>         Attachments: NUTCH-2730.patch
>
>
> https://archive.epa.gov/robots.txt lists 160k sitemap URLs, absurd! Almost 160k of them are duplicates, no friendly words to describe this astonishing fact.
> And although our Nutch locally chews through this list in 22s, for some weird reason the big job on Hadoop fails, although it is also working on a lot more.
> Maybe this is not a problem, maybe it is. Nevertheless, treating them as Set and not List makes sense.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)