This is an automated email from the ASF dual-hosted git repository.

chengpan pushed a commit to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git


The following commit(s) were added to refs/heads/branch-1.3 by this push:
     new d621e50  [KYUUBI #1158] [INFRA] Update ANNOUNCE mail template
d621e50 is described below

commit d621e50e588eae52f52c1f276652a7bb45cec508
Author: Cheng Pan <[email protected]>
AuthorDate: Sun Sep 26 17:55:04 2021 +0800

    [KYUUBI #1158] [INFRA] Update ANNOUNCE mail template
    
    <!--
    Thanks for sending a pull request!
    
    Here are some tips for you:
      1. If this is your first time, please read our contributor guidelines: 
https://kyuubi.readthedocs.io/en/latest/community/contributions.html
      2. If the PR is related to an issue in 
https://github.com/apache/incubator-kyuubi/issues, add '[KYUUBI #XXXX]' in your 
PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'.
      3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., 
'[WIP][KYUUBI #XXXX] Your PR title ...'.
    -->
    
    ### _Why are the changes needed?_
    <!--
    Please clarify why the changes are needed. For instance,
      1. If you add a feature, you can talk about the use case of it.
      2. If you fix a bug, you can clarify why it is a bug.
    -->
    Update ANNOUNCE mail template to add more detailed descriptions of Kyuubi.
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including 
negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [ ] [Run 
test](https://kyuubi.readthedocs.io/en/latest/develop_tools/testing.html#running-tests)
 locally before make a pull request
    
    Closes #1158 from pan3793/ann.
    
    Closes #1158
    
    46c19975 [Cheng Pan] typo
    a87321f5 [Cheng Pan] [INFRA] Update ANNOUNCE mail template
    
    Authored-by: Cheng Pan <[email protected]>
    Signed-off-by: ulysses-you <[email protected]>
---
 build/release/tmpl/announce.tmpl | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

diff --git a/build/release/tmpl/announce.tmpl b/build/release/tmpl/announce.tmpl
index 2e75286..707ad75 100644
--- a/build/release/tmpl/announce.tmpl
+++ b/build/release/tmpl/announce.tmpl
@@ -20,11 +20,30 @@ Title: [ANNOUNCE] Release Apache Kyuubi(Incubating) 
{release_version}
 Content:
 Hi all,
 
+# (To [email protected])
+# Hello Spark Community,
+##
+
 The Apache Kyuubi(Incubating) community is pleased to announce that
 Apache Kyuubi(Incubating) {release_version} has been released!
 
 Apache Kyuubi(Incubating) is a distributed multi-tenant JDBC server for
-large-scale data processing and analytics, built on top of Apache Spark.
+large-scale data processing and analytics, built on top of Apache Spark
+and designed to support more engines (i.e. Flink).
+
+Kyuubi provides a pure SQL gateway through Thrift JDBC/ODBC interface
+for end-users to manipulate large-scale data with pre-programmed and
+extensible Spark SQL engines.
+
+We are aiming to make Kyuubi an "out-of-the-box" tool for data warehouses
+and data lakes.
+
+This "out-of-the-box" model minimizes the barriers and costs for end-users
+to use Spark at the client side.
+
+At the server-side, Kyuubi server and engine's multi-tenant architecture
+provides the administrators a way to achieve computing resource isolation,
+data security, high availability, high client concurrency, etc.
 
 The full release notes and download links are available at:
 Release Notes: https://kyuubi.apache.org/release/{release_version}.html

Reply via email to