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

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


The following commit(s) were added to refs/heads/branch-1.8 by this push:
     new 6982aa778 [KYUUBI #5523] [DOC] Update the Kyuubi supported components 
version
6982aa778 is described below

commit 6982aa7789df0cdfa1878309d50bcadca52c280e
Author: Cheng Pan <[email protected]>
AuthorDate: Wed Oct 25 22:12:08 2023 +0800

    [KYUUBI #5523] [DOC] Update the Kyuubi supported components version
    
    ### _Why are the changes needed?_
    
    Kyuubi 1.8 added the support for JDK 17 and Flink 1.18.
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including 
negative and positive cases if possible
    
    - [x] Add screenshots for manual tests if appropriate
    
    <img width="1139" alt="image" 
src="https://github.com/apache/kyuubi/assets/26535726/2316fce3-20fc-49dc-a967-a40f9ea8f706";>
    
    - [x] [Run 
test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests)
 locally before make a pull request
    
    ### _Was this patch authored or co-authored using generative AI tooling?_
    
    No
    
    Closes #5523 from pan3793/doc-ver.
    
    Closes #5523
    
    d9024ccc7 [Cheng Pan] Update the Kyuubi supported components version
    
    Authored-by: Cheng Pan <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
    (cherry picked from commit cb93d6fd1af42e5bafd2c25634a94186c2314f0c)
    Signed-off-by: Cheng Pan <[email protected]>
---
 docs/quick_start/quick_start.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/quick_start/quick_start.rst b/docs/quick_start/quick_start.rst
index 2cf5f567f..9d0a7d30c 100644
--- a/docs/quick_start/quick_start.rst
+++ b/docs/quick_start/quick_start.rst
@@ -34,17 +34,17 @@ For quick start deployment, we need to prepare the 
following stuffs:
   use Spark for demonstration.
 
 These essential components are JVM-based applications. So, the JRE needs to be
-pre-installed and the `JAVA_HOME` is correctly set to each component.
+pre-installed and the ``JAVA_HOME`` is correctly set to each component.
 
  ================ ============ =============== 
===========================================
   Component        Role         Version         Remarks
  ================ ============ =============== 
===========================================
-  **Java**         JRE          8/11            Officially released against 
JDK8
+  **Java**         JRE          8/11/17         Officially released against 
JDK8
   **Kyuubi**       Gateway      \ |release| \   - Kyuubi Server
                    Engine lib                   - Kyuubi Engine
                    Beeline                      - Kyuubi Hive Beeline
   **Spark**        Engine       >=3.1           A Spark distribution
-  **Flink**        Engine       1.16/1.17       A Flink distribution
+  **Flink**        Engine       1.16/1.17/1.18  A Flink distribution
   **Trino**        Engine       >=363           A Trino cluster
   **Doris**        Engine       N/A             A Doris cluster
   **Hive**         Engine       - 3.1.x         - A Hive distribution

Reply via email to