From a4cdb26ca7f4ffd39e08b0c842b9759cd56eb6d7 Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Mon, 17 Apr 2023 23:02:18 +0800 Subject: [PATCH] [KYUUBI #4367][DOCS][FOLLOWUP] Kyuubi requires Flink 1.16/1.17 ### _Why are the changes needed?_ Kyuubi requires Flink 1.16/1.17 now ### _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/master/develop_tools/testing.html#running-tests) locally before make a pull request Closes #4723 from pan3793/flink-1.17. Closes #4367 1e64dcbf1 [Cheng Pan] [KYUUBI #4367][DOCS][FOLLOWUP] Kyuubi requries Flink 1.16/1.17 Authored-by: Cheng Pan Signed-off-by: Cheng Pan --- docs/quick_start/quick_start.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick_start/quick_start.rst b/docs/quick_start/quick_start.rst index 388aaf217..2cf5f567f 100644 --- a/docs/quick_start/quick_start.rst +++ b/docs/quick_start/quick_start.rst @@ -44,7 +44,7 @@ pre-installed and the `JAVA_HOME` is correctly set to each component. Engine lib - Kyuubi Engine Beeline - Kyuubi Hive Beeline **Spark** Engine >=3.1 A Spark distribution - **Flink** Engine >=1.15.0 A Flink distribution + **Flink** Engine 1.16/1.17 A Flink distribution **Trino** Engine >=363 A Trino cluster **Doris** Engine N/A A Doris cluster **Hive** Engine - 3.1.x - A Hive distribution