sarutak commented on a change in pull request #34628:
URL: https://github.com/apache/spark/pull/34628#discussion_r750994254



##########
File path: project/SparkBuild.scala
##########
@@ -643,6 +643,7 @@ object KubernetesIntegrationTests {
           "-t", imageTag.value,
           "-p", s"$bindingsDir/python/Dockerfile",
           "-R", s"$bindingsDir/R/Dockerfile",
+          "-b", s"java_image_tag=${sys.env.getOrElse("JAVA_IMAGE_TAG", 
"8-jre-slim")}",

Review comment:
       The default Java version is 8 if the K8s integration tests are launched 
by Maven so this PR complies with that.




-- 
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]

Reply via email to