From 6c3cdeb9d1d9a3a2671641208d56dfb86493e5bf Mon Sep 17 00:00:00 2001 From: Jia Fan Date: Thu, 22 Aug 2024 13:44:04 +0800 Subject: [PATCH 1/2] [Fix] Fix dead link on seatunnel connectors list url --- README.md | 4 ++-- config/v2.batch.config.template | 4 ++-- config/v2.streaming.conf.template | 4 ++-- docs/en/connector-v2/sink/DB2.md | 4 ++-- docs/en/connector-v2/sink/HdfsFile.md | 4 ++-- docs/en/connector-v2/sink/Kingbase.md | 4 ++-- docs/en/connector-v2/sink/Mysql.md | 4 ++-- docs/en/connector-v2/sink/OceanBase.md | 4 ++-- docs/en/connector-v2/sink/Oracle.md | 4 ++-- docs/en/connector-v2/sink/PostgreSql.md | 4 ++-- docs/en/connector-v2/sink/S3File.md | 4 ++-- docs/en/connector-v2/sink/Snowflake.md | 4 ++-- docs/en/connector-v2/sink/Vertica.md | 4 ++-- docs/en/connector-v2/source/HdfsFile.md | 4 ++-- docs/zh/connector-v2/sink/HdfsFile.md | 4 ++-- docs/zh/connector-v2/source/HdfsFile.md | 4 ++-- .../src/main/resources/maxcompute_to_maxcompute.conf | 4 ++-- .../src/test/resources/config.variables.conf | 4 ++-- .../src/test/resources/fake_source_to_sink.conf | 4 ++-- .../src/test/resources/localfile_source_to_sink.conf | 4 ++-- .../src/test/resources/amazondynamodbIT_source_to_sink.conf | 2 +- .../test/resources/firestore/fake_to_google_firestore.conf | 2 +- .../src/test/resources/maxcompute_to_fake.conf | 4 ++-- .../src/test/resources/tdengine/tdengine_source_to_sink.conf | 4 ++-- .../src/test/resources/fake_to_console.variables.conf | 4 ++-- .../test/resources/stream_fake_to_console_biginterval.conf | 4 ++-- .../resources/stream_fake_to_console_with_checkpoint.conf | 4 ++-- .../src/main/resources/examples/fake_to_console.conf | 4 ++-- .../src/main/resources/examples/spark.batch.conf | 4 ++-- 29 files changed, 56 insertions(+), 56 deletions(-) diff --git a/README.md b/README.md index 7f8e272a7f0..2f15fd2209e 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,8 @@ Configure jobs, select execution engines, and parallelize data using Source Conn ## Supported Connectors -- [Source Connectors](https://seatunnel.apache.org/docs/category/source-v2) -- [Sink Connectors](https://seatunnel.apache.org/docs/category/sink-v2) +- [Source Connectors](https://seatunnel.apache.org/docs/connector-v2/source) +- [Sink Connectors](https://seatunnel.apache.org/docs/connector-v2/sink) - [Transform Connectors](docs/en/transform-v2) ## Getting Started diff --git a/config/v2.batch.config.template b/config/v2.batch.config.template index 1db33ff89fd..32763acc302 100644 --- a/config/v2.batch.config.template +++ b/config/v2.batch.config.template @@ -40,7 +40,7 @@ source { } # If you would like to get more information about how to configure SeaTunnel and see full list of source plugins, - # please go to https://seatunnel.apache.org/docs/category/source-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/source } sink { @@ -48,5 +48,5 @@ sink { } # If you would like to get more information about how to configure SeaTunnel and see full list of sink plugins, - # please go to https://seatunnel.apache.org/docs/category/sink-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/sink } diff --git a/config/v2.streaming.conf.template b/config/v2.streaming.conf.template index 03b8bbb8e16..f1a2583c364 100644 --- a/config/v2.streaming.conf.template +++ b/config/v2.streaming.conf.template @@ -40,7 +40,7 @@ source { } # If you would like to get more information about how to configure SeaTunnel and see full list of source plugins, - # please go to https://seatunnel.apache.org/docs/category/source-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/source } sink { @@ -48,5 +48,5 @@ sink { } # If you would like to get more information about how to configure SeaTunnel and see full list of sink plugins, - # please go to https://seatunnel.apache.org/docs/category/sink-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/sink } diff --git a/docs/en/connector-v2/sink/DB2.md b/docs/en/connector-v2/sink/DB2.md index d88323285df..92df20bd63d 100644 --- a/docs/en/connector-v2/sink/DB2.md +++ b/docs/en/connector-v2/sink/DB2.md @@ -111,7 +111,7 @@ source { } } # If you would like to get more information about how to configure seatunnel and see full list of source plugins, - # please go to https://seatunnel.apache.org/docs/category/source-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/source } transform { @@ -128,7 +128,7 @@ sink { query = "insert into test_table(name,age) values(?,?)" } # If you would like to get more information about how to configure seatunnel and see full list of sink plugins, - # please go to https://seatunnel.apache.org/docs/category/sink-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/sink } ``` diff --git a/docs/en/connector-v2/sink/HdfsFile.md b/docs/en/connector-v2/sink/HdfsFile.md index 2e1981b1c35..9c2aec0c54b 100644 --- a/docs/en/connector-v2/sink/HdfsFile.md +++ b/docs/en/connector-v2/sink/HdfsFile.md @@ -115,7 +115,7 @@ source { } } # If you would like to get more information about how to configure seatunnel and see full list of source plugins, - # please go to https://seatunnel.apache.org/docs/category/source-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/source } transform { @@ -130,7 +130,7 @@ sink { file_format_type = "orc" } # If you would like to get more information about how to configure seatunnel and see full list of sink plugins, - # please go to https://seatunnel.apache.org/docs/category/sink-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/sink } ``` diff --git a/docs/en/connector-v2/sink/Kingbase.md b/docs/en/connector-v2/sink/Kingbase.md index 4fda9203169..d985517f9ca 100644 --- a/docs/en/connector-v2/sink/Kingbase.md +++ b/docs/en/connector-v2/sink/Kingbase.md @@ -125,7 +125,7 @@ source { } } # If you would like to get more information about how to configure seatunnel and see full list of source plugins, - # please go to https://seatunnel.apache.org/docs/category/source-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/source } transform { @@ -142,7 +142,7 @@ sink { query = "insert into test_table(c_string,c_boolean,c_tinyint,c_smallint,c_int,c_bigint,c_float,c_double,c_decimal,c_date,c_time,c_timestamp) values(?,?,?,?,?,?,?,?,?,?,?,?)" } # If you would like to get more information about how to configure seatunnel and see full list of sink plugins, - # please go to https://seatunnel.apache.org/docs/category/sink-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/sink } ``` diff --git a/docs/en/connector-v2/sink/Mysql.md b/docs/en/connector-v2/sink/Mysql.md index 4c63f343007..1b579aadd9f 100644 --- a/docs/en/connector-v2/sink/Mysql.md +++ b/docs/en/connector-v2/sink/Mysql.md @@ -122,7 +122,7 @@ source { } } # If you would like to get more information about how to configure seatunnel and see full list of source plugins, - # please go to https://seatunnel.apache.org/docs/category/source-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/source } transform { @@ -139,7 +139,7 @@ sink { query = "insert into test_table(name,age) values(?,?)" } # If you would like to get more information about how to configure seatunnel and see full list of sink plugins, - # please go to https://seatunnel.apache.org/docs/category/sink-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/sink } ``` diff --git a/docs/en/connector-v2/sink/OceanBase.md b/docs/en/connector-v2/sink/OceanBase.md index f598007bcd7..6ebe101b188 100644 --- a/docs/en/connector-v2/sink/OceanBase.md +++ b/docs/en/connector-v2/sink/OceanBase.md @@ -121,7 +121,7 @@ source { } } # If you would like to get more information about how to configure seatunnel and see full list of source plugins, - # please go to https://seatunnel.apache.org/docs/category/source-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/source } transform { @@ -139,7 +139,7 @@ sink { query = "insert into test_table(name,age) values(?,?)" } # If you would like to get more information about how to configure seatunnel and see full list of sink plugins, - # please go to https://seatunnel.apache.org/docs/category/sink-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/sink } ``` diff --git a/docs/en/connector-v2/sink/Oracle.md b/docs/en/connector-v2/sink/Oracle.md index 0b4e7329d54..fefc31e4e18 100644 --- a/docs/en/connector-v2/sink/Oracle.md +++ b/docs/en/connector-v2/sink/Oracle.md @@ -120,7 +120,7 @@ source { } } # If you would like to get more information about how to configure seatunnel and see full list of source plugins, - # please go to https://seatunnel.apache.org/docs/category/source-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/source } transform { @@ -137,7 +137,7 @@ sink { query = "INSERT INTO TEST.TEST_TABLE(NAME,AGE) VALUES(?,?)" } # If you would like to get more information about how to configure seatunnel and see full list of sink plugins, - # please go to https://seatunnel.apache.org/docs/category/sink-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/sink } ``` diff --git a/docs/en/connector-v2/sink/PostgreSql.md b/docs/en/connector-v2/sink/PostgreSql.md index d590ce21698..545f0d176e6 100644 --- a/docs/en/connector-v2/sink/PostgreSql.md +++ b/docs/en/connector-v2/sink/PostgreSql.md @@ -163,7 +163,7 @@ source { } } # If you would like to get more information about how to configure seatunnel and see full list of source plugins, - # please go to https://seatunnel.apache.org/docs/category/source-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/source } transform { @@ -181,7 +181,7 @@ sink { query = "insert into test_table(name,age) values(?,?)" } # If you would like to get more information about how to configure seatunnel and see full list of sink plugins, - # please go to https://seatunnel.apache.org/docs/category/sink-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/sink } ``` diff --git a/docs/en/connector-v2/sink/S3File.md b/docs/en/connector-v2/sink/S3File.md index d0b11640198..90fb6636460 100644 --- a/docs/en/connector-v2/sink/S3File.md +++ b/docs/en/connector-v2/sink/S3File.md @@ -337,7 +337,7 @@ source { } } # If you would like to get more information about how to configure seatunnel and see full list of source plugins, - # please go to https://seatunnel.apache.org/docs/category/source-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/source } transform { @@ -370,7 +370,7 @@ sink { } } # If you would like to get more information about how to configure seatunnel and see full list of sink plugins, - # please go to https://seatunnel.apache.org/docs/category/sink-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/sink } ``` diff --git a/docs/en/connector-v2/sink/Snowflake.md b/docs/en/connector-v2/sink/Snowflake.md index c96c8dd97d7..f40cb2b675d 100644 --- a/docs/en/connector-v2/sink/Snowflake.md +++ b/docs/en/connector-v2/sink/Snowflake.md @@ -99,7 +99,7 @@ source { } } # If you would like to get more information about how to configure seatunnel and see full list of source plugins, - # please go to https://seatunnel.apache.org/docs/category/source-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/source } transform { # If you would like to get more information about how to configure seatunnel and see full list of transform plugins, @@ -114,7 +114,7 @@ sink { query = "insert into test_table(name,age) values(?,?)" } # If you would like to get more information about how to configure seatunnel and see full list of sink plugins, - # please go to https://seatunnel.apache.org/docs/category/sink-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/sink } ``` diff --git a/docs/en/connector-v2/sink/Vertica.md b/docs/en/connector-v2/sink/Vertica.md index bfa3f5bf9cd..ef303b59453 100644 --- a/docs/en/connector-v2/sink/Vertica.md +++ b/docs/en/connector-v2/sink/Vertica.md @@ -119,7 +119,7 @@ source { } } # If you would like to get more information about how to configure seatunnel and see full list of source plugins, - # please go to https://seatunnel.apache.org/docs/category/source-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/source } transform { @@ -136,7 +136,7 @@ sink { query = "insert into test_table(name,age) values(?,?)" } # If you would like to get more information about how to configure seatunnel and see full list of sink plugins, - # please go to https://seatunnel.apache.org/docs/category/sink-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/sink } ``` diff --git a/docs/en/connector-v2/source/HdfsFile.md b/docs/en/connector-v2/source/HdfsFile.md index d9151359c90..0c0ea61ef11 100644 --- a/docs/en/connector-v2/source/HdfsFile.md +++ b/docs/en/connector-v2/source/HdfsFile.md @@ -115,7 +115,7 @@ source { fs.defaultFS = "hdfs://namenode001" } # If you would like to get more information about how to configure seatunnel and see full list of source plugins, - # please go to https://seatunnel.apache.org/docs/category/source-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/source } transform { @@ -130,7 +130,7 @@ sink { file_format = "orc" } # If you would like to get more information about how to configure seatunnel and see full list of sink plugins, - # please go to https://seatunnel.apache.org/docs/category/sink-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/sink } ``` diff --git a/docs/zh/connector-v2/sink/HdfsFile.md b/docs/zh/connector-v2/sink/HdfsFile.md index 4e189b3cfaf..c0310896559 100644 --- a/docs/zh/connector-v2/sink/HdfsFile.md +++ b/docs/zh/connector-v2/sink/HdfsFile.md @@ -109,7 +109,7 @@ source { } } # 如果您想获取有关如何配置 seatunnel 的更多信息和查看完整的源端插件列表, - # 请访问 https://seatunnel.apache.org/docs/category/source-v2 + # 请访问 https://seatunnel.apache.org/docs/connector-v2/source } transform { @@ -124,7 +124,7 @@ sink { file_format_type = "orc" } # 如果您想获取有关如何配置 seatunnel 的更多信息和查看完整的接收器插件列表, - # 请访问 https://seatunnel.apache.org/docs/category/sink-v2 + # 请访问 https://seatunnel.apache.org/docs/connector-v2/sink } ``` diff --git a/docs/zh/connector-v2/source/HdfsFile.md b/docs/zh/connector-v2/source/HdfsFile.md index c368eefc34f..0f983a80bcf 100644 --- a/docs/zh/connector-v2/source/HdfsFile.md +++ b/docs/zh/connector-v2/source/HdfsFile.md @@ -106,7 +106,7 @@ source { fs.defaultFS = "hdfs://namenode001" } # 如果您想获取有关如何配置 seatunnel 和查看源插件完整列表的更多信息, - # 请访问 https://seatunnel.apache.org/docs/category/source-v2 + # 请访问 https://seatunnel.apache.org/docs/connector-v2/source } transform { @@ -121,7 +121,7 @@ sink { file_format = "orc" } # 如果您想获取有关如何配置 seatunnel 和查看接收器插件完整列表的更多信息, - # 请访问 https://seatunnel.apache.org/docs/category/sink-v2 + # 请访问 https://seatunnel.apache.org/docs/connector-v2/sink } ``` diff --git a/seatunnel-connectors-v2/connector-maxcompute/src/main/resources/maxcompute_to_maxcompute.conf b/seatunnel-connectors-v2/connector-maxcompute/src/main/resources/maxcompute_to_maxcompute.conf index 71797a6cb57..9293e45542f 100644 --- a/seatunnel-connectors-v2/connector-maxcompute/src/main/resources/maxcompute_to_maxcompute.conf +++ b/seatunnel-connectors-v2/connector-maxcompute/src/main/resources/maxcompute_to_maxcompute.conf @@ -66,7 +66,7 @@ source { } # If you would like to get more information about how to configure seatunnel and see full list of source plugins, - # please go to https://seatunnel.apache.org/docs/category/source-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/source } transform { @@ -91,5 +91,5 @@ sink { } # If you would like to get more information about how to configure seatunnel and see full list of sink plugins, - # please go to https://seatunnel.apache.org/docs/category/sink-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/sink } diff --git a/seatunnel-core/seatunnel-core-starter/src/test/resources/config.variables.conf b/seatunnel-core/seatunnel-core-starter/src/test/resources/config.variables.conf index 7355dcc29a3..1dda3192e3b 100644 --- a/seatunnel-core/seatunnel-core-starter/src/test/resources/config.variables.conf +++ b/seatunnel-core/seatunnel-core-starter/src/test/resources/config.variables.conf @@ -40,7 +40,7 @@ source { } # If you would like to get more information about how to configure seatunnel and see full list of source plugins, - # please go to https://seatunnel.apache.org/docs/category/source-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/source } transform { @@ -64,5 +64,5 @@ sink { } # If you would like to get more information about how to configure seatunnel and see full list of sink plugins, - # please go to https://seatunnel.apache.org/docs/category/sink-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/sink } diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-activemq-e2e/src/test/resources/fake_source_to_sink.conf b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-activemq-e2e/src/test/resources/fake_source_to_sink.conf index a3c0859ed14..4c19046bc61 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-activemq-e2e/src/test/resources/fake_source_to_sink.conf +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-activemq-e2e/src/test/resources/fake_source_to_sink.conf @@ -82,7 +82,7 @@ source { # } # If you would like to get more information about how to configure seatunnel and see full list of input plugins, - # please go to https://seatunnel.apache.org/docs/category/source-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/source transform { @@ -113,5 +113,5 @@ sink { # } # If you would like to get more information about how to configure seatunnel and see full list of output plugins, - # please go to https://seatunnel.apache.org/docs/category/sink-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/sink diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-activemq-e2e/src/test/resources/localfile_source_to_sink.conf b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-activemq-e2e/src/test/resources/localfile_source_to_sink.conf index 7c5757c51f7..ebb8e21f0c1 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-activemq-e2e/src/test/resources/localfile_source_to_sink.conf +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-activemq-e2e/src/test/resources/localfile_source_to_sink.conf @@ -80,7 +80,7 @@ source { # } # If you would like to get more information about how to configure seatunnel and see full list of input plugins, - # please go to https://seatunnel.apache.org/docs/category/source-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/source transform { @@ -113,5 +113,5 @@ sink { # } # If you would like to get more information about how to configure seatunnel and see full list of output plugins, - # please go to https://seatunnel.apache.org/docs/category/sink-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/sink diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-amazondynamodb-e2e/src/test/resources/amazondynamodbIT_source_to_sink.conf b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-amazondynamodb-e2e/src/test/resources/amazondynamodbIT_source_to_sink.conf index 041ba4a3579..d9fbd8e9ea3 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-amazondynamodb-e2e/src/test/resources/amazondynamodbIT_source_to_sink.conf +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-amazondynamodb-e2e/src/test/resources/amazondynamodbIT_source_to_sink.conf @@ -71,5 +71,5 @@ sink { parallel_scan_threads=4 } # If you would like to get more information about how to configure seatunnel and see full list of sink plugins, - # please go to https://seatunnel.apache.org/docs/category/sink-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/sink } diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-google-firestore-e2e/src/test/resources/firestore/fake_to_google_firestore.conf b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-google-firestore-e2e/src/test/resources/firestore/fake_to_google_firestore.conf index 6a69abf218d..5149ee9f33e 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-google-firestore-e2e/src/test/resources/firestore/fake_to_google_firestore.conf +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-google-firestore-e2e/src/test/resources/firestore/fake_to_google_firestore.conf @@ -61,5 +61,5 @@ sink { credentials = "dummy-credentials" } # If you would like to get more information about how to configure seatunnel and see full list of sink plugins, - # please go to https://seatunnel.apache.org/docs/category/sink-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/sink } diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-maxcompute-e2e/src/test/resources/maxcompute_to_fake.conf b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-maxcompute-e2e/src/test/resources/maxcompute_to_fake.conf index ab1666b87a0..b3e61779216 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-maxcompute-e2e/src/test/resources/maxcompute_to_fake.conf +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-maxcompute-e2e/src/test/resources/maxcompute_to_fake.conf @@ -38,7 +38,7 @@ source { } # If you would like to get more information about how to configure seatunnel and see full list of source plugins, - # please go to https://seatunnel.apache.org/docs/category/source-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/source } transform { @@ -50,5 +50,5 @@ sink { } # If you would like to get more information about how to configure seatunnel and see full list of sink plugins, - # please go to https://seatunnel.apache.org/docs/category/sink-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/sink } \ No newline at end of file diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-tdengine-e2e/src/test/resources/tdengine/tdengine_source_to_sink.conf b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-tdengine-e2e/src/test/resources/tdengine/tdengine_source_to_sink.conf index 69e6e23ad9d..4ee4c13ca55 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-tdengine-e2e/src/test/resources/tdengine/tdengine_source_to_sink.conf +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-tdengine-e2e/src/test/resources/tdengine/tdengine_source_to_sink.conf @@ -36,7 +36,7 @@ source { result_table_name = "tdengine_result" } # If you would like to get more information about how to configure seatunnel and see full list of source plugins, - # please go to https://seatunnel.apache.org/docs/category/source-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/source } transform { @@ -52,5 +52,5 @@ sink { timezone: "UTC" } # If you would like to get more information about how to configure seatunnel and see full list of sink plugins, - # please go to https://seatunnel.apache.org/docs/category/sink-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/sink } diff --git a/seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/resources/fake_to_console.variables.conf b/seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/resources/fake_to_console.variables.conf index 41f5bbc77b0..3c16b45b1bd 100644 --- a/seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/resources/fake_to_console.variables.conf +++ b/seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/resources/fake_to_console.variables.conf @@ -38,7 +38,7 @@ source { } # If you would like to get more information about how to configure seatunnel and see full list of source plugins, - # please go to https://seatunnel.apache.org/docs/category/source-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/source } transform { @@ -58,5 +58,5 @@ sink { } # If you would like to get more information about how to configure seatunnel and see full list of sink plugins, - # please go to https://seatunnel.apache.org/docs/category/sink-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/sink } diff --git a/seatunnel-engine/seatunnel-engine-server/src/test/resources/stream_fake_to_console_biginterval.conf b/seatunnel-engine/seatunnel-engine-server/src/test/resources/stream_fake_to_console_biginterval.conf index 73d79fa6609..9148c754f2b 100644 --- a/seatunnel-engine/seatunnel-engine-server/src/test/resources/stream_fake_to_console_biginterval.conf +++ b/seatunnel-engine/seatunnel-engine-server/src/test/resources/stream_fake_to_console_biginterval.conf @@ -40,7 +40,7 @@ source { } # If you would like to get more information about how to configure SeaTunnel and see full list of source plugins, - # please go to https://seatunnel.apache.org/docs/category/source-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/source } sink { @@ -48,5 +48,5 @@ sink { } # If you would like to get more information about how to configure SeaTunnel and see full list of sink plugins, - # please go to https://seatunnel.apache.org/docs/category/sink-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/sink } diff --git a/seatunnel-engine/seatunnel-engine-server/src/test/resources/stream_fake_to_console_with_checkpoint.conf b/seatunnel-engine/seatunnel-engine-server/src/test/resources/stream_fake_to_console_with_checkpoint.conf index de02ec9624f..800f9cd4f39 100644 --- a/seatunnel-engine/seatunnel-engine-server/src/test/resources/stream_fake_to_console_with_checkpoint.conf +++ b/seatunnel-engine/seatunnel-engine-server/src/test/resources/stream_fake_to_console_with_checkpoint.conf @@ -40,7 +40,7 @@ source { } # If you would like to get more information about how to configure SeaTunnel and see full list of source plugins, - # please go to https://seatunnel.apache.org/docs/category/source-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/source } sink { @@ -48,5 +48,5 @@ sink { } # If you would like to get more information about how to configure SeaTunnel and see full list of sink plugins, - # please go to https://seatunnel.apache.org/docs/category/sink-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/sink } diff --git a/seatunnel-examples/seatunnel-flink-connector-v2-example/src/main/resources/examples/fake_to_console.conf b/seatunnel-examples/seatunnel-flink-connector-v2-example/src/main/resources/examples/fake_to_console.conf index 12c1f9f2811..d83292c56f5 100644 --- a/seatunnel-examples/seatunnel-flink-connector-v2-example/src/main/resources/examples/fake_to_console.conf +++ b/seatunnel-examples/seatunnel-flink-connector-v2-example/src/main/resources/examples/fake_to_console.conf @@ -37,7 +37,7 @@ source { } # If you would like to get more information about how to configure seatunnel and see full list of source plugins, - # please go to https://seatunnel.apache.org/docs/category/source-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/source } transform { @@ -57,5 +57,5 @@ sink { source_table_name = "fake1" } # If you would like to get more information about how to configure seatunnel and see full list of sink plugins, - # please go to https://seatunnel.apache.org/docs/category/sink-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/sink } diff --git a/seatunnel-examples/seatunnel-spark-connector-v2-example/src/main/resources/examples/spark.batch.conf b/seatunnel-examples/seatunnel-spark-connector-v2-example/src/main/resources/examples/spark.batch.conf index cf0958ecdee..a3d495b7d55 100644 --- a/seatunnel-examples/seatunnel-spark-connector-v2-example/src/main/resources/examples/spark.batch.conf +++ b/seatunnel-examples/seatunnel-spark-connector-v2-example/src/main/resources/examples/spark.batch.conf @@ -65,7 +65,7 @@ source { # } # If you would like to get more information about how to configure seatunnel and see full list of input plugins, - # please go to https://seatunnel.apache.org/docs/category/source-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/source } transform { @@ -95,5 +95,5 @@ sink { # } # If you would like to get more information about how to configure seatunnel and see full list of output plugins, - # please go to https://seatunnel.apache.org/docs/category/sink-v2 + # please go to https://seatunnel.apache.org/docs/connector-v2/sink } From 3f1470a958730a28009941e914cb08369cd3a37d Mon Sep 17 00:00:00 2001 From: Jia Fan Date: Thu, 22 Aug 2024 13:51:47 +0800 Subject: [PATCH 2/2] update --- docs/en/start-v2/locally/quick-start-seatunnel-engine.md | 8 ++++---- docs/zh/start-v2/locally/quick-start-seatunnel-engine.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/en/start-v2/locally/quick-start-seatunnel-engine.md b/docs/en/start-v2/locally/quick-start-seatunnel-engine.md index eb7d74506c4..d5b48b27247 100644 --- a/docs/en/start-v2/locally/quick-start-seatunnel-engine.md +++ b/docs/en/start-v2/locally/quick-start-seatunnel-engine.md @@ -96,7 +96,7 @@ The SeaTunnel console will print some logs as below: ## Extended Example: Batch Mode from MySQL to Doris -## Step 1: Download the Connector +### Step 1: Download the Connector First, you need to add the connector name to the `${SEATUNNEL_HOME}/config/plugin_config` file. Then, execute the command to install the connector (of course, you can also manually download the connector from the [Apache Maven Repository](https://repo.maven.apache.org/maven2/org/apache/seatunnel/) and move it to the `connectors/` directory). Finally, make sure that the `connector-jdbc` and `connector-doris` connectors are in the `${SEATUNNEL_HOME}/connectors/` directory. @@ -113,11 +113,11 @@ connector-doris sh bin/install-plugin.sh ``` -## Step 2: Place the MySQL Driver +### Step 2: Place the MySQL Driver You need to download the [JDBC driver JAR package](https://mvnrepository.com/artifact/mysql/mysql-connector-java) and place it in the `${SEATUNNEL_HOME}/lib/` directory. -## Step 3: Add Job Configuration File to Define the Job +### Step 3: Add Job Configuration File to Define the Job ```bash cd seatunnel/job/ @@ -159,7 +159,7 @@ sink { For more information about the configuration, please refer to [Basic Concepts of Configuration](../../concept/config.md). -## Step 4: Run the SeaTunnel Application +### Step 4: Run the SeaTunnel Application You can start the application using the following command: diff --git a/docs/zh/start-v2/locally/quick-start-seatunnel-engine.md b/docs/zh/start-v2/locally/quick-start-seatunnel-engine.md index 515132c9654..16f02d6c385 100644 --- a/docs/zh/start-v2/locally/quick-start-seatunnel-engine.md +++ b/docs/zh/start-v2/locally/quick-start-seatunnel-engine.md @@ -95,7 +95,7 @@ SeaTunnel控制台将会打印一些如下日志信息: ## 扩展示例:从 MySQL 到 Doris 批处理模式 -## 步骤1:下载连接器 +### 步骤1:下载连接器 首先,您需要在`${SEATUNNEL_HOME}/config/plugin_config`文件中加入连接器名称,然后,执行命令来安装连接器(当然,您也可以从 [Apache Maven Repository](https://repo.maven.apache.org/maven2/org/apache/seatunnel/) 手动下载连接器,然后将其移动至`connectors/`目录下),最后,确认连接器`connector-jdbc`、`connector-doris`在`${SEATUNNEL_HOME}/connectors/`目录下即可。 ```bash @@ -111,11 +111,11 @@ connector-doris sh bin/install-plugin.sh ``` -## 步骤2:放入 MySQL 驱动 +### 步骤2:放入 MySQL 驱动 您需要下载 [jdbc driver jar package](https://mvnrepository.com/artifact/mysql/mysql-connector-java) 驱动,并放置在 `${SEATUNNEL_HOME}/lib/`目录下 -## 步骤3:添加作业配置文件来定义作业 +### 步骤3:添加作业配置文件来定义作业 ```bash cd seatunnel/job/ @@ -157,7 +157,7 @@ sink { 关于配置的更多信息请查看[配置的基本概念](../../concept/config.md) -## 步骤 4: 运行SeaTunnel应用程序 +### 步骤 4: 运行SeaTunnel应用程序 您可以通过以下命令启动应用程序: