You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2022/07/05 08:32:36 UTC

[GitHub] [zeppelin] huage1994 commented on a diff in pull request #4392: [ZEPPELIN-5694] Support apache kyuubi

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-unsubscribe@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org