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



##########
File path: 
external/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/DB2KrbIntegrationSuite.scala
##########
@@ -35,7 +35,7 @@ class DB2KrbIntegrationSuite extends 
DockerKrbJDBCIntegrationSuite {
   override protected val keytabFileName = "db2.keytab"
 
   override val db = new DatabaseOnDocker {
-    override val imageName = "ibmcom/db2:11.5.0.0a"
+    override val imageName = sys.env.getOrElse("DB2_DOCKER_IMAGE_NAME", 
"ibmcom/db2:11.5.4.0")

Review comment:
       This is verified.
   ```
   DB2KrbIntegrationSuite:
   Java config name: 
/Users/dongjoon/PRS/SPARK-REVIEW/external/docker-integration-tests/target/tmp/spark-37736442-df33-4ba9-a4e5-edb2df23aee9/1601622016820/krb5.conf
   Loaded from Java config
   ```




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