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

fanjia 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 9dbace918 [Docs]Fix Flink engine version requirements (#2220)
9dbace918 is described below

commit 9dbace918ae5a4fcdaee4a3fca6bb74a85bc782e
Author: Kirs <[email protected]>
AuthorDate: Wed Jul 20 19:24:44 2022 +0800

    [Docs]Fix Flink engine version requirements (#2220)
    
    Flink 1.13.6 version is compatible with 1.12, but not applicable to below 
1.12
---
 docs/en/start/local.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/start/local.mdx b/docs/en/start/local.mdx
index 13e61b885..8f4499390 100644
--- a/docs/en/start/local.mdx
+++ b/docs/en/start/local.mdx
@@ -15,7 +15,7 @@ Before you getting start the local run, you need to make sure 
you already have i
 * 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
   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 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/)
+  * Flink: Please [download Flink](https://flink.apache.org/downloads.html) 
first(**required version >= 1.12.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
 

Reply via email to