beliefer commented on code in PR #50113:
URL: https://github.com/apache/spark/pull/50113#discussion_r1976385073
##########
resource-managers/kubernetes/integration-tests/README.md:
##########
@@ -199,9 +199,9 @@ to the wrapper scripts and using the wrapper scripts will
simply set these appro
<tr>
<td><code>spark.kubernetes.test.javaImageTag</code></td>
<td>
- A specific OpenJDK base image tag to use, when set uses it instead of
azul/zulu-openjdk.
+ A specific Azul Zulu OpenJDK base image tag to use, when set uses it
instead of 21.
Review Comment:
I think the comment is right. I guess the error will not occur after this PR.
```
$ build/sbt -Pkubernetes -Pkubernetes-integration-tests \
-Dspark.kubernetes.test.namespace=default \
-Dtest.exclude.tags=local,r,minikube \
"kubernetes-integration-tests/test"
```
This should works good.
--
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]