From 7b97d2fa4139ec77b95e7f822eae569ebc6341a9 Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Mon, 24 Apr 2023 15:55:03 +0800 Subject: [PATCH] [KYUUBI #4655][DOCS][FOLLOWUP] Recover the missing JDBC URL ### _Why are the changes needed?_ Before: image After: image ### _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 Signed-off-by: Cheng Pan --- 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:///;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=kyuubi + jdbc:kyuubi://host:port/schema;clientKeytab=;clientPrincipal=;serverPrincipal= - clientKeytab: path of Kerberos ``keytab`` file for client authentication