Skip to content

Update doriswriter.md #2226

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doriswriter/doc/doriswriter.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ DorisWriter 通过Doris原生支持Stream load方式导入数据, DorisWriter

* **loadUrl**

- 描述:作为 Stream Load 的连接目标。格式为 "ip:port"。其中 IP 是 FE 节点 IP,port 是 FE 节点的 http_port。可以填写多个,多个之间使用英文状态的分号隔开:`;`,doriswriter 将以轮询的方式访问。
- 描述:作为 Stream Load 的连接目标。格式为 "ip:port"。其中 IP 是 FE 节点 IP,port 是 FE 节点的 http_port。可以填写多个"ip:port",多个"ip:port"之间使用英文状态的逗号`,`隔开,doriswriter 将以轮询的方式访问。例如:"loadUrl": ["172.202.34.44:8030","172.202.34.55:8030","172.202.34.66:8030"]
- 必选:是
- 默认值:无

Expand Down