steveloughran opened a new pull request #35725: URL: https://github.com/apache/spark/pull/35725
### What changes were proposed in this pull request? This sets scala-maven-plugin.version to 4.4.0 except when the hadoop-2.7 profile is used, because SPARK-36547 shows that only 4.3.0 works there. ### Why are the changes needed? 1. If you try to build against a local snapshot of hadoop trunk with `-Dhadoop.version=3.4.0-SNAPSHOT` the build failes with the error shown in the JIRA. 2. upgrading the scala plugin version fixes this. It is a plugin issue. 3. the version is made configurable so the hadoop 2.7 profile can switch back to the one which works there. As to why this only surfaces when compiling hadoop trunk, or why hadoop-2.7 requires the new one -who knows. they both look certificate related, which is interesting. maybe something related to signed JARs? ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? by successfully building spark against a local build of hadoop 3.4.0-SNAPSHOT -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
