This is an automated email from the ASF dual-hosted git repository.
fchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi-website.git
The following commit(s) were added to refs/heads/master by this push:
new 046f221 Release Notes for 1.9.2 (#155)
046f221 is described below
commit 046f2216818afe7c07dc4645c002e3cb96b8ab8f
Author: Cheng Pan <[email protected]>
AuthorDate: Tue Jul 23 20:21:28 2024 +0800
Release Notes for 1.9.2 (#155)
---
hugo.toml | 2 +-
src/en/news/2024-07-23-release-1.9.2.md | 20 +++++++++
src/en/release/1.9.2.md | 76 +++++++++++++++++++++++++++++++++
src/zh/news/2024-07-23-release-1.9.2.md | 20 +++++++++
src/zh/release/1.9.2.md | 76 +++++++++++++++++++++++++++++++++
5 files changed, 193 insertions(+), 1 deletion(-)
diff --git a/hugo.toml b/hugo.toml
index b42ccc9..14c8f45 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -337,6 +337,6 @@ defaultContentLanguage = 'en'
keepQuotes = true
[params]
- releases = [ 'v1.9.1', 'v1.8.2', 'v1.7.4', 'v1.6.1-incubating',
'v1.5.2-incubating', 'v1.4.1-incubating', 'v1.3.1-incubating' ]
+ releases = [ 'v1.9.2', 'v1.8.2', 'v1.7.4', 'v1.6.1-incubating',
'v1.5.2-incubating', 'v1.4.1-incubating', 'v1.3.1-incubating' ]
downloadLink = 'https://www.apache.org/dyn/closer.lua/kyuubi/'
downloadLinkIncubator =
'https://www.apache.org/dyn/closer.lua/incubator/kyuubi/'
diff --git a/src/en/news/2024-07-23-release-1.9.2.md
b/src/en/news/2024-07-23-release-1.9.2.md
new file mode 100644
index 0000000..6b5efd6
--- /dev/null
+++ b/src/en/news/2024-07-23-release-1.9.2.md
@@ -0,0 +1,20 @@
+---
+title: Apache Kyuubi 1.9.2 released
+date: 2024-07-23
+linked: true
+---
+<!---
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License. See accompanying LICENSE file.
+-->
+
+We are happy to announce the availability of [Apache Kyuubi
1.9.2](/release/1.9.2.html) ! Visit the [release notes](/release/1.9.2.html) to
read about the new features, or [download](/releases.html) the released today.
diff --git a/src/en/release/1.9.2.md b/src/en/release/1.9.2.md
new file mode 100644
index 0000000..2fe657e
--- /dev/null
+++ b/src/en/release/1.9.2.md
@@ -0,0 +1,76 @@
+---
+title: Release Notes - 1.9.2
+date: 2024-07-23
+linked: true
+meta:
+_edit_last: '4'
+_wpas_done_all: '1'
+---
+<!---
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License. See accompanying LICENSE file.
+-->
+
+### Changelogs
+
+- [KYUUBI #6542] KyuubiBatchService should wait for HTTP server started before
picking jobs
+- [KYUUBI #6534] Fix checkEngineConnectionAlive may throw NPE
+- [KYUUBI #6529] Upgrade kubernetes-client from 6.8.1 to 6.13.1
+- [KYUUBI #6531] Fix SPARK-EngineTab stop/gracefulstop not work
+- [KYUUBI #6518] Support extracting URL for Spark 4 on YARN
+- [KYUUBI #6524] Trino engine supports insecure configuration
+- [KYUUBI #6515] Bumping up dropwizard metrics to 4.2.26
+- [KYUUBI #6516] Fix KyuubiSparkUtil.buildURI
+- [KYUUBI #6508] Add the key-value pairs in optimizedConf to session conf
+- [KYUUBI #6512] Improve docs for KSHC
+- [KYUUBI #6507] Correct Kyuubi BeeLine help message
+- [KYUUBI #6500] Remove service loader descriptor for relocated HMS
DelegationTokenIdentifier
+- [KYUUBI #6469] Lazily initialize RecordReaderIterator to avoid driver oom
when fetching big result set
+- [KYUUBI #6476] Fix incomplete app events deserialization in SHS
+- [KYUUBI #6302] Skip spark job group cancellation on incremental collect mode
+- [KYUUBI #6302] Call cancelJobGroup immediately after statement execution
finished
+- [KYUUBI #4847] Fix engine session never idle issue
+- [KYUUBI #6466] Bump minikube and kubernetes version of integration test
+- [KYUUBI #6463] Release semaphore immediately after startup process exit
+- [KYUUBI #6458] Remove commons-logging from binary release
+- [KYUUBI #6457] Strip dependencies from REST client
+- [KYUUBI #5957] Flink engine should not load kyuubi-defaults.conf
+- [KYUUBI #6353] Catch exception for closing flink internal session
+- [KYUUBI #6251] Replace kyuubi-beeline with beeline in beeline help message
+- [KYUUBI #6439] kyuubi-util-scala test jar leaked to compile scope
+- [KYUUBI #6437] Fix Spark engine query result save to HDFS
+- [KYUUBI #6440] Fix casing in kubectl commands for serviceaccount creation
+- [KYUUBI #6441] Kyuubi Spark TPC-DS/H Connector cross version test
+- [KYUUBI #6247] Make KSHC binary compatible with multiple Spark versions
+- [KYUUBI #6493] [K8S][HELM] Update default Kyuubi version to 1.9.1
+
+### Credits
+
+Last but not least, this release would not have been possible without the
following contributors:
+
+* Fu Chen
+* Fei Wang
+* Baokun Han
+* Madhukar525722
+* Cheng Pan
+* Zhen Wang
+* Z1Wu
+* Yifan Zhou
+* avishnus
+* camper42
+* felixzh2020
+* huangzhir
+* ic4y
+* jeanlyn
+* jiaoqingbo
+* promising-forever
+* zcx513566
diff --git a/src/zh/news/2024-07-23-release-1.9.2.md
b/src/zh/news/2024-07-23-release-1.9.2.md
new file mode 100644
index 0000000..86a929c
--- /dev/null
+++ b/src/zh/news/2024-07-23-release-1.9.2.md
@@ -0,0 +1,20 @@
+---
+title: Apache Kyuubi 1.9.2 released
+date: 2024-07-23
+linked: true
+---
+<!---
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License. See accompanying LICENSE file.
+-->
+
+我们很高兴地宣布 [Apache Kyuubi 1.9.2](/zh/release/1.9.2.html) 发布了! 查看
[发布记录](/zh/release/1.9.2.html) 阅读有关新功能的信息,或者马上 [下载](/zh/releases.html) 体验吧。
diff --git a/src/zh/release/1.9.2.md b/src/zh/release/1.9.2.md
new file mode 100644
index 0000000..c99873d
--- /dev/null
+++ b/src/zh/release/1.9.2.md
@@ -0,0 +1,76 @@
+---
+title: 发布记录 - 1.9.2
+date: 2024-07-23
+linked: true
+meta:
+_edit_last: '4'
+_wpas_done_all: '1'
+---
+<!---
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License. See accompanying LICENSE file.
+-->
+
+### Changelogs
+
+- [KYUUBI #6542] KyuubiBatchService should wait for HTTP server started before
picking jobs
+- [KYUUBI #6534] Fix checkEngineConnectionAlive may throw NPE
+- [KYUUBI #6529] Upgrade kubernetes-client from 6.8.1 to 6.13.1
+- [KYUUBI #6531] Fix SPARK-EngineTab stop/gracefulstop not work
+- [KYUUBI #6518] Support extracting URL for Spark 4 on YARN
+- [KYUUBI #6524] Trino engine supports insecure configuration
+- [KYUUBI #6515] Bumping up dropwizard metrics to 4.2.26
+- [KYUUBI #6516] Fix KyuubiSparkUtil.buildURI
+- [KYUUBI #6508] Add the key-value pairs in optimizedConf to session conf
+- [KYUUBI #6512] Improve docs for KSHC
+- [KYUUBI #6507] Correct Kyuubi BeeLine help message
+- [KYUUBI #6500] Remove service loader descriptor for relocated HMS
DelegationTokenIdentifier
+- [KYUUBI #6469] Lazily initialize RecordReaderIterator to avoid driver oom
when fetching big result set
+- [KYUUBI #6476] Fix incomplete app events deserialization in SHS
+- [KYUUBI #6302] Skip spark job group cancellation on incremental collect mode
+- [KYUUBI #6302] Call cancelJobGroup immediately after statement execution
finished
+- [KYUUBI #4847] Fix engine session never idle issue
+- [KYUUBI #6466] Bump minikube and kubernetes version of integration test
+- [KYUUBI #6463] Release semaphore immediately after startup process exit
+- [KYUUBI #6458] Remove commons-logging from binary release
+- [KYUUBI #6457] Strip dependencies from REST client
+- [KYUUBI #5957] Flink engine should not load kyuubi-defaults.conf
+- [KYUUBI #6353] Catch exception for closing flink internal session
+- [KYUUBI #6251] Replace kyuubi-beeline with beeline in beeline help message
+- [KYUUBI #6439] kyuubi-util-scala test jar leaked to compile scope
+- [KYUUBI #6437] Fix Spark engine query result save to HDFS
+- [KYUUBI #6440] Fix casing in kubectl commands for serviceaccount creation
+- [KYUUBI #6441] Kyuubi Spark TPC-DS/H Connector cross version test
+- [KYUUBI #6247] Make KSHC binary compatible with multiple Spark versions
+- [KYUUBI #6493] [K8S][HELM] Update default Kyuubi version to 1.9.1
+
+### Credits
+
+Last but not least, this release would not have been possible without the
following contributors:
+
+* Fu Chen
+* Fei Wang
+* Baokun Han
+* Madhukar525722
+* Cheng Pan
+* Zhen Wang
+* Z1Wu
+* Yifan Zhou
+* avishnus
+* camper42
+* felixzh2020
+* huangzhir
+* ic4y
+* jeanlyn
+* jiaoqingbo
+* promising-forever
+* zcx513566