[
https://issues.apache.org/jira/browse/NUTCH-2535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16401694#comment-16401694
]
Hudson commented on NUTCH-2535:
-------------------------------
SUCCESS: Integrated in Jenkins build Nutch-trunk #3509 (See
[https://builds.apache.org/job/Nutch-trunk/3509/])
NUTCH-2535 fix ClassCastException CrawlDbReader -stats (snagel:
[https://github.com/apache/nutch/commit/9771b689efa5294a6da4a7fd4ee2ddea3578364b])
* (edit) src/java/org/apache/nutch/crawl/CrawlDbReader.java
> CrawlDbReader -stats: ClassCastException
> ----------------------------------------
>
> Key: NUTCH-2535
> URL: https://issues.apache.org/jira/browse/NUTCH-2535
> Project: Nutch
> Issue Type: Bug
> Components: crawldb
> Affects Versions: 1.15
> Reporter: Sebastian Nagel
> Assignee: Sebastian Nagel
> Priority: Major
> Fix For: 1.15
>
>
> {noformat}
> java.lang.Exception: java.lang.ClassCastException:
> org.apache.nutch.crawl.NutchWritable cannot be cast to
> org.apache.hadoop.io.LongWritable
> at
> org.apache.hadoop.mapred.LocalJobRunner$Job.runTasks(LocalJobRunner.java:462)
> at
> org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:522)
> Caused by: java.lang.ClassCastException: org.apache.nutch.crawl.NutchWritable
> cannot be cast to org.apache.hadoop.io.LongWritable
> at
> org.apache.nutch.crawl.CrawlDbReader$CrawlDbStatReducer.reduce(CrawlDbReader.java:254)
> at
> org.apache.nutch.crawl.CrawlDbReader$CrawlDbStatReducer.reduce(CrawlDbReader.java:237)
> at org.apache.hadoop.mapreduce.Reducer.run(Reducer.java:171)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)