[
https://issues.apache.org/jira/browse/NUTCH-3202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18104940#comment-18104940
]
Hudson commented on NUTCH-3202:
-------------------------------
SUCCESS: Integrated in Jenkins build Nutch » Nutch-trunk #260 (See
[https://ci-builds.apache.org/job/Nutch/job/Nutch-trunk/260/])
NUTCH-3202 Use ant clean runtime to avoid stale .job jars in Jenkins smoke test
(#950) (github:
[https://github.com/apache/nutch/commit/8c0c39df742076d43b42868a73342d58866f1653])
* (edit) Jenkinsfile.smoke-test-single-node-hadoop
* (edit) README.md
> Use ant clean runtime to avoid stale .job jars in Jenkins smoke test
> --------------------------------------------------------------------
>
> Key: NUTCH-3202
> URL: https://issues.apache.org/jira/browse/NUTCH-3202
> Project: Nutch
> Issue Type: Bug
> Components: ci/cd, jenkins
> Affects Versions: 1.23
> Reporter: Lewis John McGibbney
> Assignee: Lewis John McGibbney
> Priority: Major
> Fix For: 1.24
>
>
> The single-node Hadoop smoke test can fail on a reused Jenkins workspace when
> multiple `*nutch*.job` files remain under `runtime/deploy/`. `bin/nutch` then
> errors (`binary operator expected`) and falls back to local mode, causing
> `ClassNotFoundException: org.apache.nutch.crawl.Injector`.
>
> Not surprisingly the fix is to run `ant clean runtime` so each build starts
> from a clean runtime.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)