[
https://issues.apache.org/jira/browse/NUTCH-2336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15711816#comment-15711816
]
Sebastian Nagel commented on NUTCH-2336:
----------------------------------------
The error happened in
{{org.apache.nutch.segment.TestSegmentMerger.testLargeMerge}}
which could be related. However, it could be that the Hadoop temp folder got
deleted by another concurrent build or test:
{code}
java.io.IOException: Job failed!
at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:865)
at org.apache.nutch.segment.SegmentMerger.merge(SegmentMerger.java:730)
at
org.apache.nutch.segment.TestSegmentMerger.testLargeMerge(TestSegmentMerger.java:102)
java.io.FileNotFoundException: File
file:/tmp/hadoop-jenkins/merge-1480592932137/out/_temporary/0 does not exist
{code}
> SegmentReader to implement Tool
> -------------------------------
>
> Key: NUTCH-2336
> URL: https://issues.apache.org/jira/browse/NUTCH-2336
> Project: Nutch
> Issue Type: Improvement
> Components: segment
> Affects Versions: 1.12
> Reporter: Vincent Slot
> Priority: Minor
> Labels: patch
> Fix For: 1.13
>
> Attachments: NUTCH-2336.patch
>
>
> Let SegmentReader implement Tool for use on Hadoop
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)