Skip to content

Commit

Permalink
fix feLoadUrl to loadUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
hf200012 committed Oct 9, 2022
1 parent 2ba4727 commit a4c8d21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doriswriter/doc/doriswriter.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ DorisWriter 通过Doris原生支持Stream load方式导入数据, DorisWriter
- 必选:是
- 默认值:无

* **feLoadUrl**
* **loadUrl**

- 描述:和 **beLoadUrl** 二选一。作为 Stream Load 的连接目标。格式为 "ip:port"。其中 IP 是 FE 节点 IP,port 是 FE 节点的 http_port。可以填写多个,doriswriter 将以轮询的方式访问。
- 必选:是
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import java.util.Map;

public class Key implements Serializable {
public static final String FE_LOAD_URL = "feLoadUrl";
public static final String FE_LOAD_URL = "loadUrl";
public static final String BE_LOAD_URL = "beLoadUrl";
public static final String JDBC_URL = "connection[0].jdbcUrl";

Expand Down

0 comments on commit a4c8d21

Please sign in to comment.