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
  • Loading branch information
a49a committed Mar 18, 2022
1 parent 57edfcd commit 1be8ed9
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 1be8ed9

Please sign in to comment.