This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new de63fbb4449 fix
de63fbb4449 is described below
commit de63fbb44491e7501626ff37e688659f7e3961dc
Author: jiafeng.zhang <[email protected]>
AuthorDate: Fri Aug 26 23:20:02 2022 +0800
fix
---
.../current/admin-manual/config/be-config.md | 2 +-
.../sql-manual/sql-reference/Show-Statements/SHOW-STREAM-LOAD.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/be-config.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/be-config.md
index a67d7ccc32a..6fb469466d5 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/be-config.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/be-config.md
@@ -59,7 +59,7 @@ BE 的配置项有两种方式进行配置:
在 0.13 版本及之前,通过该方式修改的配置项将在 BE 进程重启后失效。在 0.14
及之后版本中,可以通过以下命令持久化修改后的配置。修改后的配置项存储在 `be_custom.conf` 文件中。
```
- curl -X POST
http://{be_ip}:{be_http_port}/api/update_config?{key}={value}&persist=true'
+ curl -X POST
http://{be_ip}:{be_http_port}/api/update_config?{key}={value}&persist=true
```
## 应用举例
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Show-Statements/SHOW-STREAM-LOAD.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Show-Statements/SHOW-STREAM-LOAD.md
index 5a81c688ffe..53dc88909c4 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Show-Statements/SHOW-STREAM-LOAD.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-reference/Show-Statements/SHOW-STREAM-LOAD.md
@@ -50,7 +50,7 @@ SHOW STREAM LOAD
说明:
-1. 默认 BE 是不记录 Stream Load 的记录,如果你要查看需要在 BE
上启用记录,配置参数是:`enable_stream_load_record=true` ,具体怎么配置请参照 [BE
配置项](https://doris.apache.org/zh-CN/docs/admin-manual/config/be-config)
+1. 默认 BE 是不记录 Stream Load 的记录,如果你要查看需要在 BE 上启用记录Stream
Load作业信息,配置参数是:`enable_stream_load_record=true` ,具体怎么配置请参照 [BE
配置项](https://doris.apache.org/zh-CN/docs/admin-manual/config/be-config)
2. 如果不指定 db_name,使用当前默认db
3. 如果使用 LABEL LIKE,则会匹配Stream Load任务的 label 包含 label_matcher 的任务
4. 如果使用 LABEL = ,则精确匹配指定的 label
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]