This is an automated email from the ASF dual-hosted git repository.

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new 7b97d2fa4 [KYUUBI #4655][DOCS][FOLLOWUP] Recover the missing JDBC URL
7b97d2fa4 is described below

commit 7b97d2fa4139ec77b95e7f822eae569ebc6341a9
Author: Cheng Pan <[email protected]>
AuthorDate: Mon Apr 24 15:55:03 2023 +0800

    [KYUUBI #4655][DOCS][FOLLOWUP] Recover the missing JDBC URL
    
    ### _Why are the changes needed?_
    
    Before:
    <img width="835" alt="image" 
src="https://user-images.githubusercontent.com/26535726/233932083-3a96a48d-bcef-40c7-bef0-07f52c9bad01.png";>
    
    After:
    <img width="813" alt="image" 
src="https://user-images.githubusercontent.com/26535726/233932630-5a87d3f4-c1d6-4076-b3a3-fd56c098b07f.png";>
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including 
negative and positive cases if possible
    
    - [x] Add screenshots for manual tests if appropriate
    
    - [ ] [Run 
test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests)
 locally before make a pull request
    
    Closes #4759 from pan3793/4655.
    
    Closes #4655
    
    911944d28 [Cheng Pan] fix
    1cc9d9591 [Cheng Pan] [KYUUBI #4655][DOCS][FOLLOWUP] Recover the missing 
code-block
    
    Authored-by: Cheng Pan <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 docs/client/jdbc/kyuubi_jdbc.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/client/jdbc/kyuubi_jdbc.rst b/docs/client/jdbc/kyuubi_jdbc.rst
index 305200d0d..ab59859aa 100644
--- a/docs/client/jdbc/kyuubi_jdbc.rst
+++ b/docs/client/jdbc/kyuubi_jdbc.rst
@@ -167,7 +167,7 @@ Authentication by Principal and Keytab
 It's straightforward to use principal and keytab for Kerberos authentication, 
just simply configure them in the JDBC URL.
 
 .. code-block::
-   jdbc:subprotocol://<zookeeper 
quorum>/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=kyuubi
+
    
jdbc:kyuubi://host:port/schema;clientKeytab=<clientKeytab>;clientPrincipal=<clientPrincipal>;serverPrincipal=<serverPrincipal>
 
 - clientKeytab: path of Kerberos ``keytab`` file for client authentication

Reply via email to