Skip to content

Commit

Permalink
try set frontend bind host in connection string
Browse files Browse the repository at this point in the history
  • Loading branch information
turboFei committed Apr 9, 2021
1 parent 8bcd5a0 commit 457ce2f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@ trait WithKyuubiServer extends KyuubiFunSuite {
super.afterAll()
}

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

0 comments on commit 457ce2f

Please sign in to comment.