This is an automated email from the ASF dual-hosted git repository.
danny0405 pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 790f52a [HUDI-2453] Update the flink version of site (#3690)
790f52a is described below
commit 790f52a902554aa5cde35ae55434e1979a888469
Author: Danny Chan <[email protected]>
AuthorDate: Sun Sep 19 09:57:50 2021 +0800
[HUDI-2453] Update the flink version of site (#3690)
---
website/docs/flink-quick-start-guide.md | 4 ++--
website/versioned_docs/version-0.9.0/flink-quick-start-guide.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/website/docs/flink-quick-start-guide.md
b/website/docs/flink-quick-start-guide.md
index 9d74100..af6c2d6 100644
--- a/website/docs/flink-quick-start-guide.md
+++ b/website/docs/flink-quick-start-guide.md
@@ -21,8 +21,8 @@ We use the [Flink Sql
Client](https://ci.apache.org/projects/flink/flink-docs-re
quick start tool for SQL users.
#### Step.1 download Flink jar
-Hudi works with Flink-1.11.x version. You can follow instructions
[here](https://flink.apache.org/downloads) for setting up Flink.
-The hudi-flink-bundle jar is archived with scala 2.11, so it’s recommended to
use flink 1.11 bundled with scala 2.11.
+Hudi works with Flink-1.13.x version. You can follow instructions
[here](https://flink.apache.org/downloads) for setting up Flink.
+The hudi-flink-bundle jar is archived with scala 2.11, so it’s recommended to
use flink 1.13.x bundled with scala 2.11.
#### Step.2 start Flink cluster
Start a standalone Flink cluster within hadoop environment.
diff --git a/website/versioned_docs/version-0.9.0/flink-quick-start-guide.md
b/website/versioned_docs/version-0.9.0/flink-quick-start-guide.md
index 9d74100..b13c967 100644
--- a/website/versioned_docs/version-0.9.0/flink-quick-start-guide.md
+++ b/website/versioned_docs/version-0.9.0/flink-quick-start-guide.md
@@ -21,8 +21,8 @@ We use the [Flink Sql
Client](https://ci.apache.org/projects/flink/flink-docs-re
quick start tool for SQL users.
#### Step.1 download Flink jar
-Hudi works with Flink-1.11.x version. You can follow instructions
[here](https://flink.apache.org/downloads) for setting up Flink.
-The hudi-flink-bundle jar is archived with scala 2.11, so it’s recommended to
use flink 1.11 bundled with scala 2.11.
+Hudi works with Flink-1.11.2 version. You can follow instructions
[here](https://flink.apache.org/downloads) for setting up Flink.
+The hudi-flink-bundle jar is archived with scala 2.11, so it’s recommended to
use flink 1.12.2 bundled with scala 2.11.
#### Step.2 start Flink cluster
Start a standalone Flink cluster within hadoop environment.