Skip to content

Commit

Permalink
adjust host
Browse files Browse the repository at this point in the history
  • Loading branch information
Yingjian Wu committed Mar 8, 2024
1 parent f36d3cc commit e829f74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class MySqlLookupServiceUnitTest extends Specification{
JdbcTemplate jdbcTemplate

def setupSpec() {
String jdbcUrl = "jdbc:mysql://localhost:3306/metacat" // adjust host if necessary
String jdbcUrl = "jdbc:mysql://hive-metastore-db:3306/metacat"
String username = "metacat_user"
String password = "metacat_user_password"

Expand Down

0 comments on commit e829f74

Please sign in to comment.