This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push: new a8b8c47 [Doc] Fix some spelling mistakes and default value mistakes in document (#5180) a8b8c47 is described below commit a8b8c4760ce9f85516963c68f866659d747104c7 Author: blueChild <33257388+bluech...@users.noreply.github.com> AuthorDate: Sun Jan 3 15:45:56 2021 +0800 [Doc] Fix some spelling mistakes and default value mistakes in document (#5180) --- docs/en/administrator-guide/config/fe_config.md | 2 +- docs/en/administrator-guide/operation/tablet-repair-and-balance.md | 2 +- docs/en/administrator-guide/operation/tablet-restore-tool.md | 2 +- docs/zh-CN/administrator-guide/config/fe_config.md | 2 +- docs/zh-CN/administrator-guide/operation/tablet-repair-and-balance.md | 2 +- docs/zh-CN/administrator-guide/operation/tablet-restore-tool.md | 2 +- .../sql-reference/sql-statements/Administration/ADMIN SET CONFIG.md | 2 +- docs/zh-CN/sql-reference/sql-statements/Administration/CREATE FILE.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/en/administrator-guide/config/fe_config.md b/docs/en/administrator-guide/config/fe_config.md index 77207a3..d26bc5e 100644 --- a/docs/en/administrator-guide/config/fe_config.md +++ b/docs/en/administrator-guide/config/fe_config.md @@ -511,7 +511,7 @@ This configuration is specifically used to limit timeout setting for stream load Type: long Description: Used to control the minimum timeout of a clone task. The unit is second. -Default value: 120 +Default value: 180 Dynamic modification: yes See the description of `max_clone_task_timeout_sec`. diff --git a/docs/en/administrator-guide/operation/tablet-repair-and-balance.md b/docs/en/administrator-guide/operation/tablet-repair-and-balance.md index 73d3e50..45bce98 100644 --- a/docs/en/administrator-guide/operation/tablet-repair-and-balance.md +++ b/docs/en/administrator-guide/operation/tablet-repair-and-balance.md @@ -636,7 +636,7 @@ The following adjustable parameters are all configurable parameters in fe.conf. * disable\_balance * Description: Control whether to turn off the balancing function. When replicas are in equilibrium, some functions, such as ALTER TABLE, will be banned. Equilibrium can last for a long time. Therefore, if the user wants to do the prohibited operation as soon as possible. This parameter can be set to true to turn off balanced scheduling. - * Default value:true + * Default value: false * Importance: ### Unadjustable parameters diff --git a/docs/en/administrator-guide/operation/tablet-restore-tool.md b/docs/en/administrator-guide/operation/tablet-restore-tool.md index 2012c73..a33c1dc 100644 --- a/docs/en/administrator-guide/operation/tablet-restore-tool.md +++ b/docs/en/administrator-guide/operation/tablet-restore-tool.md @@ -123,7 +123,7 @@ In some very special circumstances, such as code bugs, or human misoperation, et ADMIN SET FRONTEND CONFIG ("recover_with_empty_tablet" = "true"); ``` - * Note: You can first check whether the current version supports this parameter through the `AMDIN SHOW FRONTEND CONFIG;` command. + * Note: You can first check whether the current version supports this parameter through the `ADMIN SHOW FRONTEND CONFIG;` command. 3. A few minutes after the setup is complete, you should see the following log in the Master FE log `fe.log`: diff --git a/docs/zh-CN/administrator-guide/config/fe_config.md b/docs/zh-CN/administrator-guide/config/fe_config.md index 0f9a7d1..8ed7aba 100644 --- a/docs/zh-CN/administrator-guide/config/fe_config.md +++ b/docs/zh-CN/administrator-guide/config/fe_config.md @@ -505,7 +505,7 @@ current running txns on db xxx is xx, larger than limit xx 类型:long 说明:用于控制一个 clone 任务的最小超时时间。单位秒。 -默认值:120 +默认值:180 动态修改:是 见 `max_clone_task_timeout_sec` 说明。 diff --git a/docs/zh-CN/administrator-guide/operation/tablet-repair-and-balance.md b/docs/zh-CN/administrator-guide/operation/tablet-repair-and-balance.md index 015c2d7..a6b59f4 100644 --- a/docs/zh-CN/administrator-guide/operation/tablet-repair-and-balance.md +++ b/docs/zh-CN/administrator-guide/operation/tablet-repair-and-balance.md @@ -633,7 +633,7 @@ TabletScheduler 在每轮调度时,都会通过 LoadBalancer 来选择一定 * disable\_balance * 说明:控制是否关闭均衡功能。当副本处于均衡过程中时,有些功能,如 ALTER TABLE 等将会被禁止。而均衡可能持续很长时间。因此,如果用户希望尽快进行被禁止的操作。可以将该参数设为 true,以关闭均衡调度。 - * 默认值:true + * 默认值:false * 重要性:中 ### 不可调整参数 diff --git a/docs/zh-CN/administrator-guide/operation/tablet-restore-tool.md b/docs/zh-CN/administrator-guide/operation/tablet-restore-tool.md index da7270a..aba46d8 100644 --- a/docs/zh-CN/administrator-guide/operation/tablet-restore-tool.md +++ b/docs/zh-CN/administrator-guide/operation/tablet-restore-tool.md @@ -123,7 +123,7 @@ sh restore_tablet_tool.sh --backend "http://127.0.0.1:8040" --file tablets.txt ADMIN SET FRONTEND CONFIG ("recover_with_empty_tablet" = "true"); ``` - * 注:可以先通过 `AMDIN SHOW FRONTEND CONFIG;` 命令查看当前版本是否支持该参数。 + * 注:可以先通过 `ADMIN SHOW FRONTEND CONFIG;` 命令查看当前版本是否支持该参数。 3. 设置完成几分钟后,应该会在 Master FE 日志 `fe.log` 中看到如下日志: diff --git a/docs/zh-CN/sql-reference/sql-statements/Administration/ADMIN SET CONFIG.md b/docs/zh-CN/sql-reference/sql-statements/Administration/ADMIN SET CONFIG.md index 5341de9..a67915a 100644 --- a/docs/zh-CN/sql-reference/sql-statements/Administration/ADMIN SET CONFIG.md +++ b/docs/zh-CN/sql-reference/sql-statements/Administration/ADMIN SET CONFIG.md @@ -28,7 +28,7 @@ under the License. ## description 该语句用于设置集群的配置项(当前仅支持设置FE的配置项)。 - 可设置的配置项,可以通过 AMDIN SHOW FRONTEND CONFIG; 命令查看。 + 可设置的配置项,可以通过 ADMIN SHOW FRONTEND CONFIG; 命令查看。 语法: diff --git a/docs/zh-CN/sql-reference/sql-statements/Administration/CREATE FILE.md b/docs/zh-CN/sql-reference/sql-statements/Administration/CREATE FILE.md index 6c809ab..a7aa928 100644 --- a/docs/zh-CN/sql-reference/sql-statements/Administration/CREATE FILE.md +++ b/docs/zh-CN/sql-reference/sql-statements/Administration/CREATE FILE.md @@ -30,7 +30,7 @@ under the License. 该语句用于创建并上传一个文件到 Doris 集群。 该功能通常用于管理一些其他命令中需要使用到的文件,如证书、公钥私钥等等。 - 该命令只用 amdin 权限用户可以执行。 + 该命令只用 admin 权限用户可以执行。 某个文件都归属与某一个的 database。对 database 拥有访问权限的用户都可以使用该文件。 单个文件大小限制为 1MB。 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org