Details
-
Sub-task
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
4.0.0
Description
The file dev-run-integration-tests.sh (https://github.com/apache/spark/blob/master/resource-managers/kubernetes/integration-tests/dev/dev-run-integration-tests.sh) hardcodes the Java version as Java 8. However, Spark requires Java 17 in multiple locations like the kvstore module.
When you try to run the integration test, you get the below error. This can be overriden by running
dev-run-integration-tests.sh --java-version 17
but it would be nice if the script was up to date.
Attachments
Attachments
Issue Links
- links to