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

kirs 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 6aa580d67 update doc about module desc to keep consistent with the 
real module name (#2185)
6aa580d67 is described below

commit 6aa580d67ac4c7f617dd8bf28ae192ba9c31e370
Author: Xiao Zhao <[email protected]>
AuthorDate: Sat Jul 16 10:11:06 2022 +0800

    update doc about module desc to keep consistent with the real module name 
(#2185)
---
 seatunnel-connectors-v2/README.md    | 2 +-
 seatunnel-connectors-v2/README.zh.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/seatunnel-connectors-v2/README.md 
b/seatunnel-connectors-v2/README.md
index 7522b846e..b24122d94 100644
--- a/seatunnel-connectors-v2/README.md
+++ b/seatunnel-connectors-v2/README.md
@@ -5,7 +5,7 @@ This article introduces the new interface and the new code 
structure on account
 In order to separate from the old code, we have defined new modules for 
execution flow. This facilitates parallel development at the current stage, and 
reduces the difficulty of merging. All the relevant code at this stage is kept 
on the ``api-draft`` branch.
 
 ### **Example**
-We have prepared a new version of the locally executable example program in 
``seatunnel-examples``, which can be directly called using 
``seatunnel-flink-new-connector-example`` or 
``seatunnel-spark-new-connector-example`` in ``SeaTunnelApiExample``. This is 
also the debugging method that is often used in the local development of 
Connector. The corresponding configuration files are saved in the same module 
``resources/examples`` folder as before.
+We have prepared a new version of the locally executable example program in 
``seatunnel-examples``, which can be directly called using 
``seatunnel-flink-connector-v2-example`` or 
``seatunnel-spark-connector-v2-example`` in ``SeaTunnelApiExample``. This is 
also the debugging method that is often used in the local development of 
Connector. The corresponding configuration files are saved in the same module 
``resources/examples`` folder as before.
 
 
 ### **Startup Class**
diff --git a/seatunnel-connectors-v2/README.zh.md 
b/seatunnel-connectors-v2/README.zh.md
index c0aa4d639..017b19907 100644
--- a/seatunnel-connectors-v2/README.zh.md
+++ b/seatunnel-connectors-v2/README.zh.md
@@ -4,7 +4,7 @@ Because SeaTunnel design new API for connectors, 所以通过这篇文章来介
 现阶段所有相关代码保存在`api-draft`分支上。
 为了和老的代码分开,方便现阶段的并行开发,以及降低merge的难度。我们为新的执行流程定义了新的模块
 ### Example
-我们已经在`seatunnel-examples`中准备好了新版本的可本地执行Example程序,直接调用`seatunnel-flink-new-connector-example`或`seatunnel-spark-new-connector-example`中的`SeaTunnelApiExample`即可。这也是本地开发Connector经常会用到的调试方式。
+我们已经在`seatunnel-examples`中准备好了新版本的可本地执行Example程序,直接调用`seatunnel-flink-connector-v2-example`或`seatunnel-spark-connector-v2-example`中的`SeaTunnelApiExample`即可。这也是本地开发Connector经常会用到的调试方式。
 对应的配置文件保存在同模块的`resources/examples`文件夹下,和以前一样。
 ### 启动类
 
和老的启动类分开,我们创建了两个新的启动类工程,分别是`seatunnel-core/seatunnel-flink-starter`和`seatunnel-core/seatunnel-spark-starter`.
 可以在这里找到如何将配置文件解析为可以执行的Flink/Spark流程。

Reply via email to