[
https://issues.apache.org/jira/browse/NUTCH-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14389221#comment-14389221
]
Sebastian Nagel commented on NUTCH-1979:
----------------------------------------
Needs a trivial fix in TestCrawlDbMerger:
{noformat}
- CrawlDatum res = reader.get(crawlDb, url, conf);
+ CrawlDatum res = reader.get(crawlDb, url, new JobConf(conf));
{noformat}
Will commit but run test before :)
> CrawlDbReader to implement Tool
> -------------------------------
>
> Key: NUTCH-1979
> URL: https://issues.apache.org/jira/browse/NUTCH-1979
> Project: Nutch
> Issue Type: Improvement
> Components: crawldb
> Affects Versions: 1.9
> Reporter: Markus Jelsma
> Assignee: Markus Jelsma
> Priority: Minor
> Fix For: 1.10
>
> Attachments: NUTCH-1979-trunk-1.10.patch, NUTCH-1979-trunk.patch,
> NUTCH-1979-trunk.patch, NUTCH-1979-trunk.patch
>
>
> Evident, and a must-have when running on Hadoop 2.x with named queues.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)