Skip to content

Commit

Permalink
[KYUUBI #6865] [TEST] Set `kyuubi.zookeeper.embedded.client.port.addr…
Browse files Browse the repository at this point in the history
…ess` to `localhost` for testing

### Why are the changes needed?

Similar with `kyuubi.frontend.bind.host`, it is better to set `kyuubi.zookeeper.embedded.client.port.address` to `localhost` for testing as well.

### How was this patch tested?

GA.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #6865 from turboFei/zk_bind_host.

Closes #6865

9044e28 [Wang, Fei] [TEST] Set kyuubi.zookeeper.embedded.client.port.address for testing

Authored-by: Wang, Fei <[email protected]>
Signed-off-by: Wang, Fei <[email protected]>
  • Loading branch information
turboFei committed Dec 26, 2024
1 parent 53034a3 commit e8cbff3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1481,6 +1481,7 @@
<spark.driver.memory>1g</spark.driver.memory>
<kyuubi.metrics.json.location>${project.build.directory}/metrics</kyuubi.metrics.json.location>
<kyuubi.frontend.bind.host>localhost</kyuubi.frontend.bind.host>
<kyuubi.zookeeper.embedded.client.port.address>localhost</kyuubi.zookeeper.embedded.client.port.address>
<sun.security.krb5.debug>false</sun.security.krb5.debug>
<kyuubi.operation.log.dir.root>${project.build.directory}/server_operation_logs</kyuubi.operation.log.dir.root>
<kyuubi.engine.operation.log.dir.root>${project.build.directory}/engine_operation_logs</kyuubi.engine.operation.log.dir.root>
Expand Down Expand Up @@ -1508,6 +1509,7 @@
<spark.driver.memory>1g</spark.driver.memory>
<kyuubi.metrics.json.location>${project.build.directory}/metrics</kyuubi.metrics.json.location>
<kyuubi.frontend.bind.host>localhost</kyuubi.frontend.bind.host>
<kyuubi.zookeeper.embedded.client.port.address>localhost</kyuubi.zookeeper.embedded.client.port.address>
<sun.security.krb5.debug>false</sun.security.krb5.debug>
<kyuubi.operation.log.dir.root>${project.build.directory}/server_operation_logs</kyuubi.operation.log.dir.root>
<kyuubi.engine.operation.log.dir.root>${project.build.directory}/engine_operation_logs</kyuubi.engine.operation.log.dir.root>
Expand Down

0 comments on commit e8cbff3

Please sign in to comment.