huage1994 commented on code in PR #4392: URL: https://github.com/apache/zeppelin/pull/4392#discussion_r913532513
########## docs/interpreter/jdbc.md: ########## @@ -827,6 +827,38 @@ Dependencies </tr> </table> +### Apache Kyuubi + +Properties + +<table class="table-configuration"> + <tr> + <th>Name</th> + <th>Value</th> + </tr> + <tr> + <td>default.driver</td> + <td>org.apache.hive.jdbc.HiveDriver</td> + </tr> + <tr> + <td>default.url</td> + <td>jdbc:hive2://kyuubi-server:2181/default;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=kyuubi</td> + </tr> +</table> + +Dependencies + +<table class="table-configuration"> + <tr> + <th>Artifact</th> + <th>Excludes</th> + </tr> + <tr> + <td>org.apache.hive:hive-jdbc:2.3.4</td> Review Comment: Thanks @yaooqinn @pan3793 a lot! I would test it with `org.apache.kyuubi:kyuubi-hive-jdbc-shaded:1.5.2-incubating` and update the docs. -- 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: dev-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org