gaborgsomogyi commented on a change in pull request #29932:
URL: https://github.com/apache/spark/pull/29932#discussion_r498693900



##########
File path: 
external/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/MariaDBKrbIntegrationSuite.scala
##########
@@ -30,7 +30,7 @@ class MariaDBKrbIntegrationSuite extends 
DockerKrbJDBCIntegrationSuite {
   override protected val keytabFileName = "mariadb.keytab"
 
   override val db = new DatabaseOnDocker {
-    override val imageName = "mariadb:10.4"
+    override val imageName = sys.env.getOrElse("MARIADB_DOCKER_IMAGE_NAME", 
"mariadb:10.4")

Review comment:
       I've had a look at why `10.5` is failing. Please see that the gssapi 
plugin version is pinned to a specific version: 
https://github.com/apache/spark/blob/9b88aca2954cd931c94a7cc788c3c3f7a33e99b7/external/docker-integration-tests/src/test/resources/mariadb_docker_entrypoint.sh#L21
   
   When the version changed to `1:10.5.5+maria~focal` then it works like charm 
:)
   




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

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