Skip to content

Commit 457ce2f

Browse files
committed
try set frontend bind host in connection string
1 parent 8bcd5a0 commit 457ce2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kyuubi-main/src/test/scala/org/apache/kyuubi/operation/WithKyuubiServer.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,6 @@ trait WithKyuubiServer extends KyuubiFunSuite {
7272
super.afterAll()
7373
}
7474

75-
protected def getJdbcUrl: String = s"jdbc:hive2://${server.connectionUrl}/;"
75+
protected def getJdbcUrl: String =
76+
s"jdbc:hive2://${server.connectionUrl}/;${KyuubiConf.FRONTEND_BIND_HOST.key}=127.0.0.1"
7677
}

0 commit comments

Comments
 (0)