You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SparkJdbcMysqlCatalogIT33 > initializationError FAILED
java.lang.RuntimeException: Failed to create database
at org.apache.gravitino.integration.test.container.MySQLContainer.createDatabase(MySQLContainer.java:132)
at org.apache.gravitino.integration.test.container.ContainerSuite.startMySQLContainer(ContainerSuite.java:349)
at org.apache.gravitino.spark.connector.integration.test.jdbc.SparkJdbcMysqlCatalogIT.initCatalogEnv(SparkJdbcMysqlCatalogIT.java:92)
at org.apache.gravitino.spark.connector.integration.test.SparkEnvIT.startUp(SparkEnvIT.java:85)
Caused by:
java.sql.SQLException: No suitable driver found for jdbc:mysql://192.168.215.7:3306
at java.sql.DriverManager.getConnection(DriverManager.java:689)
at java.sql.DriverManager.getConnection(DriverManager.java:247)
at org.apache.gravitino.integration.test.container.MySQLContainer.createDatabase(MySQLContainer.java:124)
... 77 more
Version
main branch
Describe what's wrong
SparkJdbcMysqlCatalogIT33 failed
Error message and/or stacktrace
How to reproduce
./gradlew :spark-connector:spark-3.3:test -PtestMode=deploy
Additional context
No response
The text was updated successfully, but these errors were encountered: