zwangsheng opened a new issue #1599:
URL: https://github.com/apache/incubator-kyuubi/issues/1599


   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   
   
   ### Search before asking
   
   - [X] I have searched in the 
[issues](https://github.com/apache/incubator-kyuubi/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### Describe the feature
   
   EmbeddedZookeeper using `zookeeper.embedded.client.port.address` to get user 
set local zk hostname.
   But `zookeeper.embedded.client.port.address` has words with extra 
interference, like port, address.
   We can see in logic like:
   ```
       val hostname = 
conf.get(ZK_CLIENT_PORT_ADDRESS).map(InetAddress.getByName)
         .getOrElse(findLocalInetAddress).getCanonicalHostName
   ```
   The port setting doesn't do anything.
   
   ### Motivation
   
   Rename `zookeeper.embedded.client.port.address` to 
`zookeeper.embedded.client.host`
   
   ### Describe the solution
   
   Rename config and fix doc.
   
   ### Additional context
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to