You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by we...@apache.org on 2022/05/15 13:02:51 UTC

[incubator-seatunnel-website] branch main updated: docs: flink version conflict. (#121)

This is an automated email from the ASF dual-hosted git repository.

wenjun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 104e0b815 docs: flink version conflict. (#121)
104e0b815 is described below

commit 104e0b815952d41ba03817c515d9613bde9c84cf
Author: MoSence <jm...@163.com>
AuthorDate: Sun May 15 21:02:46 2022 +0800

    docs: flink version conflict. (#121)
    
    Closes #1852
---
 versioned_docs/version-2.1.0/flink/quick-start.md | 2 +-
 versioned_docs/version-2.1.1/start/local.mdx      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/versioned_docs/version-2.1.0/flink/quick-start.md b/versioned_docs/version-2.1.0/flink/quick-start.md
index 1da8b56c8..d567c6682 100644
--- a/versioned_docs/version-2.1.0/flink/quick-start.md
+++ b/versioned_docs/version-2.1.0/flink/quick-start.md
@@ -6,7 +6,7 @@
 
 > If you are familiar with `Flink` or have prepared the `Flink` operating environment, you can ignore this step. `Flink` does not require any special configuration.
 
-Please [download Flink](https://flink.apache.org/downloads.html) first, please choose Flink version >= 1.9.0. The download is complete to [install Flink](https://nightlies.apache.org/flink/flink-docs-release-1.14/zh/docs/deployment/resource-providers/standalone/overview/)
+Please [download Flink](https://flink.apache.org/downloads.html) first, please choose Flink version >= 1.9.0 and version < version < 1.14.x . The download is complete to [install Flink](https://nightlies.apache.org/flink/flink-docs-release-1.14/zh/docs/deployment/resource-providers/standalone/overview/)
 
 ## Step 2: Download seatunnel
 
diff --git a/versioned_docs/version-2.1.1/start/local.mdx b/versioned_docs/version-2.1.1/start/local.mdx
index 0e57c4b05..ab2eb5c68 100644
--- a/versioned_docs/version-2.1.1/start/local.mdx
+++ b/versioned_docs/version-2.1.1/start/local.mdx
@@ -13,9 +13,9 @@ Before you getting start the local run, you need to make sure you already have i
 
 * [Java](https://www.java.com/en/download/) (only JDK 8 supported by now) installed and `JAVA_HOME` set.
 * Download the engine, you can choose and download one of them from below as your favour, you could see more information about [why we need engine in SeaTunnel](../faq.md#why-i-should-install-computing-engine-like-spark-or-flink)
-  * Spark: Please [download Spark](https://spark.apache.org/downloads.html) first(**required version >= 2** and version < 3.x). For more information you could
+  * Spark: Please [download Spark](https://spark.apache.org/downloads.html) first(**required version >= 2 and version < 3.x **). For more information you could
   see [Getting Started: standalone](https://spark.apache.org/docs/latest/spark-standalone.html#installing-spark-standalone-to-a-cluster)
-  * Flink: Please [download Flink](https://flink.apache.org/downloads.html) first(**required version >= 1.9.0**). For more information you could see [Getting Started: standalone](https://nightlies.apache.org/flink/flink-docs-release-1.14/docs/deployment/resource-providers/standalone/overview/)
+  * Flink: Please [download Flink](https://flink.apache.org/downloads.html) first(**required version >= 1.9.0 and version < 1.14.x **). For more information you could see [Getting Started: standalone](https://nightlies.apache.org/flink/flink-docs-release-1.14/docs/deployment/resource-providers/standalone/overview/)
 
 ## Installation