Doris Link Parameters
CDM can connect to open-source Doris and MRS Doris. Table 1 lists the parameters for a Doris link.

- Do not change the password or user when the job is running. If you do so, the password will not take effect immediately and the job will fail.
- Doris is compatible with the MySQL protocol. You can use the standard MySQL client or driver to connect to Doris. However, to fully utilize Doris's high performance and achieve the best operation experience, you are strongly advised to use the native Doris connection.
Parameter | Description | Example Value |
|---|---|---|
Name | Link name, which should be defined based on the data source type, so it is easier to remember what the link is for | Doris_link |
Database Server | One or more server lists (server domain names/IP addresses) separated by semicolons (;) NOTE:
| 192.168.0.1;192.168.0.2 |
Port | Port of the database to connect
| 9030 |
Database Name | Name of the database to connect | dbname |
Username | Username used for accessing the database This account must have the permissions required to read and write data tables and metadata. | cdm |
Password | Password of the user | - |
SSL Encryption | Select Yes if you want to enable SSL encrypted transmission.
| Yes |
Use Agent | The agent function will be unavailable soon and does not need to be configured. | - |
Agent | The agent function will be unavailable soon and does not need to be configured. | - |
FE HTTP Port | HTTP port number of the FE in the Doris cluster. The default port is 8030. If HTTPS is enabled, the default port is 8050.
| 8030 |
check streamLoad | Whether to check accessibility of the IP address and HTTP port of the FE node. You are advised to set this parameter to Yes when using stream load to write data. | Yes |
Reference Sign | Database enclosure character. This parameter is optional. For some databases, the value is case sensitive. Leave this parameter blank if no enclosure character is required. | ` |
Driver Version | Upload the required driver.
| - |
Fetch Size | (Optional) Displayed when you click Show Advanced Attributes. Number of rows obtained by each request. Set this parameter based on the data source and the job's data size. If the value is either too large or too small, the job may run for a long time. | 1000 |
Commit Size | (Optional) Displayed when you click Show Advanced Attributes. Number of records submitted each time. Set this parameter based on the data destination and the job's data size. If the value is either too large or too small, the job may run for a long time. | 10000 |
Link Attributes | (Optional) Click Add to add the JDBC connector attributes of multiple specified data sources. For details, see the JDBC connector document of the corresponding database. The following are some examples: connectTimeout=600000 and socketTimeout=300000: When a large amount of data needs to be migrated or the entire table is retrieved using query statements, the migration fails due to connection timeout. In this case, you can customize the connection timeout interval (ms) and socket timeout interval (ms) to prevent failures caused by timeout. | sslmode=require |
Link Secret Attributes | Custom secret attributes of the link | sk=09fUgD5WOF1L6f |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot
