[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 <chengpan@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
parent
6ba8b99151
commit
7b97d2fa41
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user