[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 <yikaifei1@gmail.com> Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
parent
e87baa7505
commit
3905225aeb
@ -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
|
||||
|
||||
4
pom.xml
4
pom.xml
@ -116,7 +116,7 @@
|
||||
<delta.version>2.0.0</delta.version>
|
||||
<failsafe.verion>2.4.4</failsafe.verion>
|
||||
<fb303.version>0.9.3</fb303.version>
|
||||
<flink.version>1.15.1</flink.version>
|
||||
<flink.version>1.15.2</flink.version>
|
||||
<flink.module.scala.suffix></flink.module.scala.suffix>
|
||||
<flink.archive.name>flink-${flink.version}-bin-scala_${scala.binary.version}.tgz</flink.archive.name>
|
||||
<flink.archive.mirror>${apache.archive.dist}/flink/flink-${flink.version}</flink.archive.mirror>
|
||||
@ -2220,7 +2220,7 @@
|
||||
<profile>
|
||||
<id>flink-1.15</id>
|
||||
<properties>
|
||||
<flink.version>1.15.1</flink.version>
|
||||
<flink.version>1.15.2</flink.version>
|
||||
<flink.module.scala.suffix></flink.module.scala.suffix>
|
||||
</properties>
|
||||
</profile>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user