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/12 11:05:34 UTC

[incubator-seatunnel] branch dev updated: [hotfix][docs] add Flink version limit less then 1.14.x . (#1860)

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 2786a588 [hotfix][docs] add Flink version limit less then 1.14.x . (#1860)
2786a588 is described below

commit 2786a5881d72828b2c8c32ebbc997209284582ee
Author: MoSence <jm...@163.com>
AuthorDate: Thu May 12 19:05:28 2022 +0800

    [hotfix][docs] add Flink version limit less then 1.14.x . (#1860)
    
    * docs: flink version limit, less 1.14.x . [#1852]
---
 docs/en/start/local.mdx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/start/local.mdx b/docs/en/start/local.mdx
index 71ee455f..13e61b88 100644
--- a/docs/en/start/local.mdx
+++ b/docs/en/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/) (Java 8 or 11, other versions greater than Java 8 can theoretically work as well) 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