We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bcd5a0 commit 457ce2fCopy full SHA for 457ce2f
kyuubi-main/src/test/scala/org/apache/kyuubi/operation/WithKyuubiServer.scala
@@ -72,5 +72,6 @@ trait WithKyuubiServer extends KyuubiFunSuite {
72
super.afterAll()
73
}
74
75
- protected def getJdbcUrl: String = s"jdbc:hive2://${server.connectionUrl}/;"
+ protected def getJdbcUrl: String =
76
+ s"jdbc:hive2://${server.connectionUrl}/;${KyuubiConf.FRONTEND_BIND_HOST.key}=127.0.0.1"
77
0 commit comments