Skip to content

Commit

Permalink
[Improve][doc] Improve startrocks source doc (#7777)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiamin13579 authored Oct 1, 2024
1 parent a89c9fc commit 03d325e
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions docs/en/connector-v2/source/StarRocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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", ...]`

Expand Down

0 comments on commit 03d325e

Please sign in to comment.