Reasons for many URLs unfetched in nutch

Source: Internet
Author: User

Bin/hadoop jar APACHE-nutch- 1.7 . Job org. Apache. nutch. Crawl. crawldbreader crawl/crawler LDB-stats- SORT will find a lot of unfetched because: nutch - Default  . XML is used for generate. The score is limited. Generate is used only when the value is greater than 0. Therefore, many low scores are not collected. (If you dump the Data URL, you will find that the unfetched URL has a negative score, and the negative value is quite large.) consider commenting out:  //  Consider only entries with a score superior to the threshold        If (Scorethreshold! = Float. Nan & sort <scorethreshold) Return  Finally, I think the modification is as follows: <Property> <Name> Generate. Min. score </Name> <value> 0 </Value> <description> Select only entries with a score larger than generate. Min. Score. </Description> </property> Value is - 1 

 

Reasons for many URLs unfetched in nutch

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.