NUTCH-3167 Upgrade to Hadoop 3.5.0#911
Conversation
|
Nutch-Smoke-Test-Single-Node-Hadoop-Cluster build # 50 result. May have a classpath issue for JEXL which we need to address. I'll investigate. |
|
The junit-report and sonarcloud downstream/dependent GitHub CI workflows fail due to restrictions imposes by ASF Infra. Although they as somewhat tangential, I will update this PR with the fixes so we have full visibility into the CI checks. These checks will fail until we merge this branch into |
sebastian-nagel
left a comment
There was a problem hiding this comment.
+1 lgtm.
Successfully tested:
- on a single-node cluster, see nutch-test-single-node-cluster#3
- verified that
nutch readseg -get ...works as expected (local + single-node cluster)
Once GitHub CI passes I'll trigger the Nutch-Smoke-Test-Single-Node-Hadoop-Cluster.
This may require some upgrades there. Also, I've requested to transfer the ownership of nutch-test-single-node-cluster, see INFRA-27892.
|
@sebastian-nagel thanks for the review @sebastian-nagel I appreciate it. If you can merge sebastian-nagel/nutch-test-single-node-cluster#3 then I'll trigger a Jenkins run. BTW, on a seprate thread I'd like to be able to trigger the Jenkins jobs via a command here, like @nutchbot smoketest, I would need to create a nutcnbot account. This could also be used to actually post the |
|
Jenkins smoke tests passed |
PR for NUTCH-3167
hadoop.versionproperty (used inivy/ivy.xmland Hadoop Javadoc links)javac.version=17indefault.properties)build.xmlcomments are updated to match that strategy.master-build.ymlis aligned with the new baseline:junit-report.ymlandsonarcloud.yml(artifact paths / naming consistent with the build job).mapredtypes tomapreducewhere appropriateSegmentReadersequence-file accessFetcherOutputFormatexception typingfindCounterin crawl test helpersReducerContextWrapperis refactored to use a Mockito mock ofReducer.Contextinstead of an anonymous subclass that forced overrides of deprecatedJobContextmethods (large net deletion in that test utility)ivy/mvn.templateis updated for compiler 17 in line with the new defaultivy.xmlupdated from tabs to spaces and spaces removed from end of lines to comply with Yetus checksOnce GitHub CI passes I'll trigger the Nutch-Smoke-Test-Single-Node-Hadoop-Cluster.