This is an automated email from the ASF dual-hosted git repository.
liugddx pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 03d325e9d1 [Improve][doc] Improve startrocks source doc (#7777)
03d325e9d1 is described below
commit 03d325e9d19ee583207c28612bd615b3eda8c17b
Author: Check Null <[email protected]>
AuthorDate: Tue Oct 1 15:32:45 2024 +0800
[Improve][doc] Improve startrocks source doc (#7777)
---
docs/en/connector-v2/source/StarRocks.md | 38 ++++++++++++++++----------------
1 file changed, 19 insertions(+), 19 deletions(-)
diff --git a/docs/en/connector-v2/source/StarRocks.md
b/docs/en/connector-v2/source/StarRocks.md
index d46105cc9a..1c1a109480 100644
--- a/docs/en/connector-v2/source/StarRocks.md
+++ b/docs/en/connector-v2/source/StarRocks.md
@@ -19,25 +19,25 @@ delivers the query plan as a parameter to BE nodes, and
then obtains data result
## Options
-| name | type | required | default value |
-|-------------------------|--------|----------|-------------------|
-| node_urls | list | yes | - |
-| username | string | yes | - |
-| password | string | yes | - |
-| database | string | yes | - |
-| table | string | yes | - |
-| scan_filter | string | no | - |
-| schema | config | yes | - |
-| request_tablet_size | int | no | Integer.MAX_VALUE |
-| scan_connect_timeout_ms | int | no | 30000 |
-| scan_query_timeout_sec | int | no | 3600 |
-| scan_keep_alive_min | int | no | 10 |
-| scan_batch_rows | int | no | 1024 |
-| scan_mem_limit | long | no | 2147483648 |
-| max_retries | int | no | 3 |
-| scan.params.* | string | no | - |
-
-### node_urls [list]
+| name | type | required | default value |
+|--------------------------|--------|----------|-------------------|
+| nodeUrls | list | yes | - |
+| username | string | yes | - |
+| password | string | yes | - |
+| database | string | yes | - |
+| table | string | yes | - |
+| scan_filter | string | no | - |
+| schema | config | yes | - |
+| request_tablet_size | int | no | Integer.MAX_VALUE |
+| scan_connect_timeout_ms | int | no | 30000 |
+| scan_query_timeout_sec | int | no | 3600 |
+| scan_keep_alive_min | int | no | 10 |
+| scan_batch_rows | int | no | 1024 |
+| scan_mem_limit | long | no | 2147483648 |
+| max_retries | int | no | 3 |
+| scan.params.* | string | no | - |
+
+### nodeUrls [list]
`StarRocks` cluster address, the format is `["fe_ip:fe_http_port", ...]`