Skip to content

Commit

Permalink
[KYUUBI #2172][BUILD] Bump Flink 1.14.4 version
Browse files Browse the repository at this point in the history
### _Why are the changes needed?_

Bump Flink 1.14.4 version.

### _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

- [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #2173 from deadwind4/flink-1.14.4.

Closes #2172

1be8ed9 [Ada Wong] [KYUUBI #2172][BUILD] Bump Flink 1.14.4 version

Authored-by: Ada Wong <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
  • Loading branch information
a49a authored and pan3793 committed Mar 19, 2022
1 parent 4eb5df3 commit 3c2463b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/quick_start/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Similar to `JAVA_HOME`, you can also set `FLINK_HOME` in different ways. However
For example,

```bash
FLINK_HOME=/Downloads/flink-1.14.3
FLINK_HOME=/Downloads/flink-1.14.4
```

#### Setup Kyuubi Flink Configration
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<curator.version>2.12.0</curator.version>
<delta.version>1.1.0</delta.version>
<fb303.version>0.9.3</fb303.version>
<flink.version>1.14.3</flink.version>
<flink.version>1.14.4</flink.version>
<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>
<flink.archive.download.skip>false</flink.archive.download.skip>
Expand Down

0 comments on commit 3c2463b

Please sign in to comment.