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

Hudson commented on NUTCH-1719:
-------------------------------

SUCCESS: Integrated in Nutch-nutchgora #905 (See 
[https://builds.apache.org/job/Nutch-nutchgora/905/])
NUTCH-1719 DomainStatistics fails in 2.x because URL is not unreversed 
(lewismc: http://svn.apache.org/viewvc/nutch/branches/2.x/?view=rev&rev=1562774)
* /nutch/branches/2.x/CHANGES.txt
* 
/nutch/branches/2.x/src/java/org/apache/nutch/util/domain/DomainStatistics.java


> DomainStatistics fails in 2.x because URL is not unreversed
> -----------------------------------------------------------
>
>                 Key: NUTCH-1719
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1719
>             Project: Nutch
>          Issue Type: Bug
>            Reporter: Gerhard Gossen
>             Fix For: 2.3
>
>         Attachments: domainstats.patch
>
>
> With Nutch 2.x, {{org.apache.nutch.util.domain.DomainStatistics}} always 
> returns the counts only for {{FETCHED}}/{{NOT_FETCHED}}. The reason is that 
> the mapper tries to create a java.net.URL directly from the row key without 
> unreversing it first and silently ignores the thrown exception.
> The attached patch calls TableUtil.unreverseUtil first. In my test (against 
> current 2.x-trunk) it produces correct results.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to