This is an automated email from the ASF dual-hosted git repository. guanhuali pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push: new db2c8677e4 [ZEPPELIN-5869] Remove Incubating from Kyuubi reference (#4540) db2c8677e4 is described below commit db2c8677e42b5581a98d27df43d6113c66dad27e Author: Cheng Pan <cheng...@apache.org> AuthorDate: Thu Dec 29 15:30:23 2022 +0800 [ZEPPELIN-5869] Remove Incubating from Kyuubi reference (#4540) --- docs/interpreter/jdbc.md | 8 ++++---- docs/quickstart/sql_with_zeppelin.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/interpreter/jdbc.md b/docs/interpreter/jdbc.md index 62d62039eb..6f95be8dfe 100644 --- a/docs/interpreter/jdbc.md +++ b/docs/interpreter/jdbc.md @@ -162,7 +162,7 @@ The last step is **Dependency Setting**. Since Zeppelin only includes `PostgreSQ <img src="{{BASE_PATH}}/assets/themes/zeppelin/img/docs-img/edit_dependencies.png" width="600px" /> -That's it. You can find more JDBC connection setting examples([Mysql](#mysql), [MariaDB](#mariadb), [Redshift](#redshift), [Apache Hive](#apache-hive), [Presto/Trino](#prestotrino), [Impala](#impala), [Apache Kyuubi (Incubating)](#apache-kyuubi-(incubating)), [Apache Phoenix](#apache-phoenix), and [Apache Tajo](#apache-tajo)) in [this section](#examples). +That's it. You can find more JDBC connection setting examples([Mysql](#mysql), [MariaDB](#mariadb), [Redshift](#redshift), [Apache Hive](#apache-hive), [Presto/Trino](#prestotrino), [Impala](#impala), [Apache Kyuubi](#apache-kyuubi), [Apache Phoenix](#apache-phoenix), and [Apache Tajo](#apache-tajo)) in [this section](#examples). ## JDBC Interpreter Datasource Pool Configuration The Jdbc interpreter uses the connection pool technology, and supports users to do some personal configuration of the connection pool. For example, we can configure `default.validationQuery='select 1'` and `default.testOnBorrow=true` in the Interpreter configuration to avoid the "Invalid SessionHandle" runtime error caused by Session timeout when connecting to HiveServer2 through JDBC interpreter. @@ -827,7 +827,7 @@ Dependencies </tr> </table> -### Apache Kyuubi (Incubating) +### Apache Kyuubi Zeppelin connect to `Kyuubi` to run sql via `KyuubiHiveDriver`. There are 2 cases of connecting with Kyuubi: @@ -865,7 +865,7 @@ Dependencies <th>Excludes</th> </tr> <tr> - <td>org.apache.kyuubi:kyuubi-hive-jdbc-shaded:1.5.2-incubating</td> + <td>org.apache.kyuubi:kyuubi-hive-jdbc-shaded:1.6.1-incubating</td> <td></td> </tr> <tr> @@ -916,7 +916,7 @@ Dependencies <th>Excludes</th> </tr> <tr> - <td>org.apache.kyuubi:kyuubi-hive-jdbc-shaded:1.5.2-incubating</td> + <td>org.apache.kyuubi:kyuubi-hive-jdbc-shaded:1.6.1-incubating</td> <td></td> </tr> <tr> diff --git a/docs/quickstart/sql_with_zeppelin.md b/docs/quickstart/sql_with_zeppelin.md index b2c3beb651..d82cd61abf 100644 --- a/docs/quickstart/sql_with_zeppelin.md +++ b/docs/quickstart/sql_with_zeppelin.md @@ -35,7 +35,7 @@ The following guides explain how to use Apache Zeppelin that enables you to writ * [Apache Hive](../interpreter/jdbc.html#apache-hive) * [Presto/Trino](../interpreter/jdbc.html#prestotrino) * [Impala](../interpreter/jdbc.html#impala) - * [Apache Kyuubi (Incubating)](../interpreter/jdbc.html#apache-kyuubi-incubating) + * [Apache Kyuubi](../interpreter/jdbc.html#apache-kyuubi) * [Apache Phoenix](../interpreter/jdbc.html#apache-phoenix) * [Apache Drill](../interpreter/jdbc.html#apache-drill) * [Apache Tajo](../interpreter/jdbc.html#apache-tajo)