From 3905225aebe68672ce8ea3183dd7863418ef14fd Mon Sep 17 00:00:00 2001 From: yikf Date: Sun, 11 Sep 2022 21:30:27 +0800 Subject: [PATCH] [KYUUBI #3423] Bump Flink from 1.15.1 to 1.15.2 ### _Why are the changes needed?_ close https://github.com/apache/incubator-kyuubi/issues/3423 ### _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.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #3475 from Yikf/bump-flink. Closes #3423 dfaaf887 [yikf] Bump flink Authored-by: yikf Signed-off-by: Cheng Pan --- docs/quick_start/quick_start.md | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/quick_start/quick_start.md b/docs/quick_start/quick_start.md index 2099ed352..862e0d813 100644 --- a/docs/quick_start/quick_start.md +++ b/docs/quick_start/quick_start.md @@ -154,7 +154,7 @@ Similar to `JAVA_HOME`, you can also set `FLINK_HOME` in different ways. However For example, ```bash -FLINK_HOME=/Downloads/flink-1.15.1 +FLINK_HOME=/Downloads/flink-1.15.2 ``` #### Setup Kyuubi Flink Configration diff --git a/pom.xml b/pom.xml index 44fa74b5f..63361dde3 100644 --- a/pom.xml +++ b/pom.xml @@ -116,7 +116,7 @@ 2.0.0 2.4.4 0.9.3 - 1.15.1 + 1.15.2 flink-${flink.version}-bin-scala_${scala.binary.version}.tgz ${apache.archive.dist}/flink/flink-${flink.version} @@ -2220,7 +2220,7 @@ flink-1.15 - 1.15.1 + 1.15.2