This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi-website.git
The following commit(s) were added to refs/heads/master by this push:
new 15cb984 Improve docs
15cb984 is described below
commit 15cb984942b65930dcec696d3c434c13ca822575
Author: Cheng Pan <[email protected]>
AuthorDate: Fri Sep 17 14:52:39 2021 +0800
Improve docs
---
...incubator.md => 2021-06-21-accept-incubator.md} | 0
...d.md => 2021-09-14-release-1.3.0-incubating.md} | 0
src/news/NOTE.txt | 2 +-
src/release/1.3.0-incubating.md | 61 +++++++++++-----------
4 files changed, 31 insertions(+), 32 deletions(-)
diff --git a/src/news/2021-07-01-accept-kyuubi-into-apache-incubator.md
b/src/news/2021-06-21-accept-incubator.md
similarity index 100%
rename from src/news/2021-07-01-accept-kyuubi-into-apache-incubator.md
rename to src/news/2021-06-21-accept-incubator.md
diff --git a/src/news/2021-09-14-Kyuubi-1.3.0-incubating-released.md
b/src/news/2021-09-14-release-1.3.0-incubating.md
similarity index 100%
rename from src/news/2021-09-14-Kyuubi-1.3.0-incubating-released.md
rename to src/news/2021-09-14-release-1.3.0-incubating.md
diff --git a/src/news/NOTE.txt b/src/news/NOTE.txt
index 51bcf27..4811770 100644
--- a/src/news/NOTE.txt
+++ b/src/news/NOTE.txt
@@ -11,6 +11,6 @@
# See the License for the specific language governing permissions and
# limitations under the License. See accompanying LICENSE file.
#
-The day part of the dates were missing at the original Hadoop site. During the
migration we added the latest day of each month.
+The day part of the dates were missing at the original Kyuubi site. During the
migration we added the latest day of each month.
If you would like to create new news item, just create new file with the exact
date in the file name, don't use the `xx` pattern any more.
diff --git a/src/release/1.3.0-incubating.md b/src/release/1.3.0-incubating.md
index 425bdef..4bb015c 100644
--- a/src/release/1.3.0-incubating.md
+++ b/src/release/1.3.0-incubating.md
@@ -21,10 +21,9 @@ _wpas_done_all: '1'
# Highlight
-
- Fully verified with the latest Spark 3.0/3.1
-- Build on JDK11
+- Support build on JDK8(default), JDK11
- Provide enhanced AQE in Kyuubi Spark Extensions (for Spark 3.1)
@@ -48,70 +47,70 @@ _wpas_done_all: '1'
## Functionality
-- [[KYUUBI #631]](https://github.com/apache/incubator-kyuubi/pull/631): Add
kyuubi-spark-extensions-3-1 module
+- [[KYUUBI #631]](https://github.com/apache/incubator-kyuubi/pull/631) Add
kyuubi-spark-extensions-3-1 module
- [[KYUUBI
#657]](https://github.com/apache/incubator-kyuubi/issues/657)[[KYUUBI
#659]](https://github.com/apache/incubator-kyuubi/issues/659) Provides
auxiliary SQL functions as supplement to Spark's built-in Functions
-- [[KYUUBI #897]](https://github.com/apache/incubator-kyuubi/issues/897):
Support stop Spark engine through Web UI
+- [[KYUUBI #897]](https://github.com/apache/incubator-kyuubi/issues/897)
Support stop Spark engine through Web UI
-- [[KYUUBI #762]](https://github.com/apache/incubator-kyuubi/pull/762): Add
Kyuubi Hive JDBC Module
+- [[KYUUBI #762]](https://github.com/apache/incubator-kyuubi/pull/762) Add
Kyuubi Hive JDBC Module
-- [[KYUUBI #926]](https://github.com/apache/incubator-kyuubi/pull/926):
Support add repartition for OptimizedCreateHiveTableAsSelectCommand
+- [[KYUUBI #926]](https://github.com/apache/incubator-kyuubi/pull/926) Support
add repartition for OptimizedCreateHiveTableAsSelectCommand
-- [[KYUUBI #670]](https://github.com/apache/incubator-kyuubi/issues/670):
KyuubiSQLException support sqlState and errorCode
+- [[KYUUBI #670]](https://github.com/apache/incubator-kyuubi/issues/670)
KyuubiSQLException support sqlState and errorCode
-- [[KYUUBI #707]](https://github.com/apache/incubator-kyuubi/pull/707):
Respect spark.sql.catalogImplementation in engine
+- [[KYUUBI #707]](https://github.com/apache/incubator-kyuubi/pull/707) Respect
spark.sql.catalogImplementation in engine
-- [[KYUUBI #641]](https://github.com/apache/incubator-kyuubi/issues/641):
Support custom authentication
+- [[KYUUBI #641]](https://github.com/apache/incubator-kyuubi/issues/641)
Support custom authentication
-- [[KYUUBI #751]](https://github.com/apache/incubator-kyuubi/issues/751):
Support single session mode
+- [[KYUUBI #751]](https://github.com/apache/incubator-kyuubi/issues/751)
Support single session mode
-- [1.2][[KYUUBI #457]](https://github.com/apache/incubator-kyuubi/issues/457):
Support configurable initialize sql statement for engine startup
+- [1.2][[KYUUBI #457]](https://github.com/apache/incubator-kyuubi/issues/457)
Support configurable initialize sql statement for engine startup
-- [[KYUUBI #857]](https://github.com/apache/incubator-kyuubi/pull/857):
Support configurable initialize SQL statement for each session
+- [[KYUUBI #857]](https://github.com/apache/incubator-kyuubi/pull/857) Support
configurable initialize SQL statement for each session
## Integration
-- [[KYUUBI #755]](https://github.com/apache/incubator-kyuubi/pull/755):
Default build against Spark 3.1
+- [[KYUUBI #755]](https://github.com/apache/incubator-kyuubi/pull/755) Default
build against Spark 3.1
-- [[KYUUBI #693]](https://github.com/apache/incubator-kyuubi/pull/693)[[KYUUBI
#760]](https://github.com/apache/incubator-kyuubi/pull/760): Support build
against JDK11
+- [[KYUUBI #693]](https://github.com/apache/incubator-kyuubi/pull/693)[[KYUUBI
#760]](https://github.com/apache/incubator-kyuubi/pull/760) Support build
against JDK11
-- [[KYUUBI #768]](https://github.com/apache/incubator-kyuubi/pull/768)[K8S]:
Add module shuffle-files-cleaner
+- [[KYUUBI #768]](https://github.com/apache/incubator-kyuubi/pull/768)[K8S]
Add module shuffle-files-cleaner
-- [[KYUUBI #844]](https://github.com/apache/incubator-kyuubi/issues/844)[K8S]:
Exposing Kyuubi as a NodePort service
+- [[KYUUBI #844]](https://github.com/apache/incubator-kyuubi/issues/844)[K8S]
Exposing Kyuubi as a NodePort service
-- [[KYUUBI #859]](https://github.com/apache/incubator-kyuubi/issues/859)[K8S]:
Add kubernetes configmap
+- [[KYUUBI #859]](https://github.com/apache/incubator-kyuubi/issues/859)[K8S]
Add kubernetes configmap
-- [[KYUUBI #656]](https://github.com/apache/incubator-kyuubi/pull/656)[K8S]:
Document how to deploy Kyuubi engines on Kubernetes
+- [[KYUUBI #656]](https://github.com/apache/incubator-kyuubi/pull/656)[K8S]
Document how to deploy Kyuubi engines on Kubernetes
-- [[KYUUBI #776]](https://github.com/apache/incubator-kyuubi/pull/776)[K8S]:
Run kyuubi on Kubernetes - make basic dockerfile and example
+- [[KYUUBI #776]](https://github.com/apache/incubator-kyuubi/pull/776)[K8S]
Run kyuubi on Kubernetes - make basic dockerfile and example
-- [[KYUUBI
#444]](https://github.com/apache/incubator-kyuubi/issues/444)[[KYUUBI
#854]](https://github.com/apache/incubator-kyuubi/issues/854)[TEST][K8S]: Add
minikube for K8s integration test
+- [[KYUUBI
#444]](https://github.com/apache/incubator-kyuubi/issues/444)[[KYUUBI
#854]](https://github.com/apache/incubator-kyuubi/issues/854)[TEST][K8S] Add
minikube for K8s integration test
-- [[KYUUBI #712]](https://github.com/apache/incubator-kyuubi/pull/712)[LDAP]:
Add a new config property authentication.ldap.guidKey
+- [[KYUUBI #712]](https://github.com/apache/incubator-kyuubi/pull/712)[LDAP]
Add a new config property authentication.ldap.guidKey
-- [[KYUUBI #643]](https://github.com/apache/incubator-kyuubi/pull/643)[TEST]:
Test Detla 1.0.0 with Spark 3.1
+- [[KYUUBI #643]](https://github.com/apache/incubator-kyuubi/pull/643)[TEST]
Test Detla 1.0.0 with Spark 3.1
-- [[KYUUBI #948]](https://github.com/apache/incubator-kyuubi/pull/948)[TEST]:
Test Iceberg 0.12.0 with Spark 3.0/3.1
+- [[KYUUBI #948]](https://github.com/apache/incubator-kyuubi/pull/948)[TEST]
Test Iceberg 0.12.0 with Spark 3.0/3.1
-- [[KYUUBI
#527]](https://github.com/apache/incubator-kyuubi/issues/527)[TEST][YARN]: Test
with MiniYARNCluster
+- [[KYUUBI
#527]](https://github.com/apache/incubator-kyuubi/issues/527)[TEST][YARN] Test
with MiniYARNCluster
## Observability
-- [[KYUUBI #737]](https://github.com/apache/incubator-kyuubi/pull/737): Add
monitor module
+- [[KYUUBI #737]](https://github.com/apache/incubator-kyuubi/pull/737) Add
monitor module
-- [[KYUUBI #727]](https://github.com/apache/incubator-kyuubi/pull/727): Add
the listener for each SQL
+- [[KYUUBI #727]](https://github.com/apache/incubator-kyuubi/pull/727) Add the
listener for each SQL
-- [[KYUUBI #767]](https://github.com/apache/incubator-kyuubi/pull/767): Add
statement event tracking
+- [[KYUUBI #767]](https://github.com/apache/incubator-kyuubi/pull/767) Add
statement event tracking
## Performance
-- [1.2][[KYUUBI #629]](https://github.com/apache/incubator-kyuubi/pull/629):
Refine distributed lock to lock only engine bootstrap
+- [1.2][[KYUUBI #629]](https://github.com/apache/incubator-kyuubi/pull/629)
Refine distributed lock to lock only engine bootstrap
## Others
-- [[KYUUBI #416]](https://github.com/apache/incubator-kyuubi/pull/416):
Detected Dependency List Change for better dependency management
+- [[KYUUBI #416]](https://github.com/apache/incubator-kyuubi/pull/416)
Detected Dependency List Change for better dependency management
-- [[KYUUBI #487]](https://github.com/apache/incubator-kyuubi/pull/487)[[KYUUBI
#566]](https://github.com/apache/incubator-kyuubi/pull/566): Add TPC-DS DDL
test cases
+- [[KYUUBI #487]](https://github.com/apache/incubator-kyuubi/pull/487)[[KYUUBI
#566]](https://github.com/apache/incubator-kyuubi/pull/566) Add TPC-DS DDL test
cases
-- [[KYUUBI #871]](https://github.com/apache/incubator-kyuubi/issues/871):
Change module name kyuubi-main to kyuubi-server
+- [[KYUUBI #871]](https://github.com/apache/incubator-kyuubi/issues/871)
Change module name kyuubi-main to kyuubi-server