dongjoon-hyun commented on a change in pull request #29932:
URL: https://github.com/apache/spark/pull/29932#discussion_r498647708



##########
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:
       This is not changed, but I failed. So, cc @gaborgsomogyi 
   ```
   MariaDBKrbIntegrationSuite:
   org.apache.spark.sql.jdbc.MariaDBKrbIntegrationSuite *** ABORTED ***
     Exception encountered when invoking run on a nested suite - The code 
passed to eventually never returned normally. Attempted 26 times over 
2.269450662233333 minutes. Last failure message: Could not connect to 
address=(host=192.168.1.114)(port=63328)(type=master) : Socket fail to connect 
to host:192.168.1.114, port:63328. connect timed out. 
(DockerJDBCIntegrationSuite.scala:159)
   ```




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