We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b801db3 commit 4ca7454Copy full SHA for 4ca7454
CHANGELOG.md
@@ -14,4 +14,8 @@
14
* Added the [cheatsheet.md](cheatsheet.md)
15
* Added the `build.sh`
16
* Updated the `.gitignore`
17
-* Added a pull request template for Github.
+* Added a pull request template for Github.
18
+
19
+## Version 1.1.1
20
21
+* Upgrade to Flink 1.17.1
install_flink.sh
@@ -1,2 +1,2 @@
1
-curl https://dlcdn.apache.org/flink/flink-1.17.0/flink-1.17.0-bin-scala_2.12.tgz --output flink-1.17.0.tgz
+curl https://archive.apache.org/dist/flink/flink-1.17.1/flink-1.17.1-bin-scala_2.12.tgz --output flink-1.17.1.tgz
2
tar -xzf flink-*.tgz
0 commit comments