This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong-website.git
The following commit(s) were added to refs/heads/master by this push:
new a3625cff7 [INLONG-529][Doc] Optimize the quick start doc (#530)
a3625cff7 is described below
commit a3625cff72449806fe4952ee9ed94125622bf3b2
Author: xuesongxs <[email protected]>
AuthorDate: Tue Aug 30 17:01:27 2022 +0800
[INLONG-529][Doc] Optimize the quick start doc (#530)
---
docs/modules/sort/quick_start.md | 4 ++--
versioned_docs/version-1.2.0/modules/sort/quick_start.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/modules/sort/quick_start.md b/docs/modules/sort/quick_start.md
index d10913e9d..cc1bb9359 100644
--- a/docs/modules/sort/quick_start.md
+++ b/docs/modules/sort/quick_start.md
@@ -34,6 +34,7 @@ We can write following SQL script if we want to read data
from MySQL and write i
WITH (
'connector' = 'mysql-cdc-inlong',
'hostname' = 'localhost',
+ 'port' = '3306',
'username' = 'root',
'password' = 'inlong',
'database-name' = 'test',
@@ -50,8 +51,7 @@ CREATE TABLE `table_2`(
'url' = 'jdbc:postgresql://localhost:5432/postgres',
'username' = 'postgres',
'password' = 'inlong',
- 'table-name' = 'public.user',
- 'port' = '3306'
+ 'table-name' = 'public.user'
);
INSERT INTO `table_2`
SELECT
diff --git a/versioned_docs/version-1.2.0/modules/sort/quick_start.md
b/versioned_docs/version-1.2.0/modules/sort/quick_start.md
index d4bc3ee29..b9d0e8b14 100644
--- a/versioned_docs/version-1.2.0/modules/sort/quick_start.md
+++ b/versioned_docs/version-1.2.0/modules/sort/quick_start.md
@@ -34,6 +34,7 @@ We can write following SQL script if we want to read data
from MySQL and write i
WITH (
'connector' = 'mysql-cdc-inlong',
'hostname' = 'localhost',
+ 'port' = '3306',
'username' = 'root',
'password' = 'inlong',
'database-name' = 'test',
@@ -50,8 +51,7 @@ CREATE TABLE `table_2`(
'url' = 'jdbc:postgresql://localhost:5432/postgres',
'username' = 'postgres',
'password' = 'inlong',
- 'table-name' = 'public.user',
- 'port' = '3306'
+ 'table-name' = 'public.user'
);
INSERT INTO `table_2`
SELECT