[ 
https://issues.apache.org/jira/browse/SPARK-46204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hannah Amundson updated SPARK-46204:
------------------------------------
    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 
{code:java}
dev-run-integration-tests.sh  --java-version 17 {code}
but it would be nice if the script was up to date.

  was:
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.


> Kubernetes dev-run-integration-tests is tagged to the wrong version
> -------------------------------------------------------------------
>
>                 Key: SPARK-46204
>                 URL: https://issues.apache.org/jira/browse/SPARK-46204
>             Project: Spark
>          Issue Type: Bug
>          Components: Kubernetes
>    Affects Versions: 3.5.0
>            Reporter: Hannah Amundson
>            Priority: Trivial
>         Attachments: Screenshot from 2023-12-01 13-14-47.png
>
>
> 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 
> {code:java}
> dev-run-integration-tests.sh  --java-version 17 {code}
> but it would be nice if the script was up to date.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to