This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 298c0a2391 [typo](docs)fix be dynamic configuration doc #15443
298c0a2391 is described below

commit 298c0a2391eb02713185246c44eafa569fc5eb35
Author: zy-kkk <[email protected]>
AuthorDate: Thu Dec 29 14:18:14 2022 +0800

    [typo](docs)fix be dynamic configuration doc #15443
---
 docs/en/docs/admin-manual/config/be-config.md    | 4 ++--
 docs/zh-CN/docs/admin-manual/config/be-config.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/en/docs/admin-manual/config/be-config.md 
b/docs/en/docs/admin-manual/config/be-config.md
index a6e236f02a..00ecb77a8c 100644
--- a/docs/en/docs/admin-manual/config/be-config.md
+++ b/docs/en/docs/admin-manual/config/be-config.md
@@ -57,13 +57,13 @@ There are two ways to configure BE configuration items:
    After BE starts, the configuration items can be dynamically set with the 
following commands.
 
     ```
-    curl -X POST http://{be_ip}:{be_http_port}/api/update_config?{key}={value}'
+    curl -X POST http://{be_ip}:{be_http_port}/api/update_config?{key}={value}
     ```
 
    In version 0.13 and before, the configuration items modified in this way 
will become invalid after the BE process restarts. In 0.14 and later versions, 
the modified configuration can be persisted through the following command. The 
modified configuration items are stored in the `be_custom.conf` file.
 
     ```
-    curl -X POST 
http://{be_ip}:{be_http_port}/api/update_config?{key}={value}&persis=true
+    curl -X POST 
http://{be_ip}:{be_http_port}/api/update_config?{key}={value}\&persist=true
     ```
 
 ## Examples
diff --git a/docs/zh-CN/docs/admin-manual/config/be-config.md 
b/docs/zh-CN/docs/admin-manual/config/be-config.md
index 008274586c..c37fd2e40a 100644
--- a/docs/zh-CN/docs/admin-manual/config/be-config.md
+++ b/docs/zh-CN/docs/admin-manual/config/be-config.md
@@ -55,13 +55,13 @@ BE 的配置项有两种方式进行配置:
 BE 启动后,可以通过以下命令动态设置配置项。
 
   ```
-  curl -X POST http://{be_ip}:{be_http_port}/api/update_config?{key}={value}'
+  curl -X POST http://{be_ip}:{be_http_port}/api/update_config?{key}={value}
   ```
 
 在 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
   ```
 
 ## 应用举例


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to