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/doris.git
The following commit(s) were added to refs/heads/master by this push:
new d80bfc19c9b [fix](doc) spell error fixes for FE & BE Config documents
(#27619)
d80bfc19c9b is described below
commit d80bfc19c9b8bc85e71052276096f83c7d4aaa1a
Author: Nitin-Kashyap <[email protected]>
AuthorDate: Fri Dec 1 18:23:26 2023 +0530
[fix](doc) spell error fixes for FE & BE Config documents (#27619)
---
docs/en/docs/admin-manual/config/be-config.md | 12 ++++++------
docs/en/docs/admin-manual/config/fe-config.md | 22 +++++++++++-----------
docs/zh-CN/docs/admin-manual/config/be-config.md | 6 +++---
docs/zh-CN/docs/admin-manual/config/fe-config.md | 6 +++---
4 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/docs/en/docs/admin-manual/config/be-config.md
b/docs/en/docs/admin-manual/config/be-config.md
index a1ba0674f09..8b45d1ef194 100644
--- a/docs/en/docs/admin-manual/config/be-config.md
+++ b/docs/en/docs/admin-manual/config/be-config.md
@@ -194,7 +194,7 @@ There are two ways to configure BE configuration items:
* Type: int32
* Description: Configure the cluster id to which the BE belongs.
- - This value is usually delivered by the FE to the BE by the heartbeat, no
need to configure. When it is confirmed that a BE belongs to a certain Drois
cluster, it can be configured. The cluster_id file under the data directory
needs to be modified to make sure same as this parament.
+ - This value is usually delivered by the FE to the BE by the heartbeat, no
need to configure. When it is confirmed that a BE belongs to a certain Doris
cluster, it can be configured. The cluster_id file under the data directory
needs to be modified to make sure same as this parament.
* Default value: -1
#### `custom_config_dir`
@@ -215,7 +215,7 @@ There are two ways to configure BE configuration items:
#### `es_scroll_keepalive`
-* Description: es scroll Keeplive hold time
+* Description: es scroll keep-alive hold time
* Default value: 5 (m)
#### `external_table_connect_timeout_sec`
@@ -400,7 +400,7 @@ There are two ways to configure BE configuration items:
#### `enable_prefetch`
* Type: bool
-* Description: When using PartitionedHashTable for aggregation and join
calculations, whether to perform HashBuket prefetch. Recommended to be set to
true
+* Description: When using PartitionedHashTable for aggregation and join
calculations, whether to perform HashBucket prefetch. Recommended to be set to
true
* Default value: true
#### `enable_quadratic_probing`
@@ -637,7 +637,7 @@ BaseCompaction:546859:
#### `segcompaction_batch_size`
* Type: int32
-* Description: Max number of segments allowed in a single segcompaction task.
+* Description: Max number of segments allowed in a single segment compaction
task.
* Default value: 10
#### `segcompaction_candidate_max_rows`
@@ -736,7 +736,7 @@ BaseCompaction:546859:
#### `load_process_soft_mem_limit_percent`
-* Description: The soft limit refers to the proportion of the load memory
limit of a single node. For example, the load memory limit for all load tasks
is 20GB, and the soft limit defaults to 50% of this value, that is, 10GB. When
the load memory usage exceeds the soft limit, the job with the largest memory
consuption will be selected to be flushed to release the memory space, the
default is 50%
+* Description: The soft limit refers to the proportion of the load memory
limit of a single node. For example, the load memory limit for all load tasks
is 20GB, and the soft limit defaults to 50% of this value, that is, 10GB. When
the load memory usage exceeds the soft limit, the job with the largest memory
consumption will be selected to be flushed to release the memory space, the
default is 50%
* Default value: 50 (%)
#### `routine_load_thread_pool_size`
@@ -996,7 +996,7 @@ BaseCompaction:546859:
#### `memory_mode`
* Type: string
-* Description: Control gc of tcmalloc, in performance mode doirs releases
memory of tcmalloc cache when usgae >= 90% * mem_limit, otherwise, doris
releases memory of tcmalloc cache when usage >= 50% * mem_limit;
+* Description: Control gc of tcmalloc, in performance mode Doris releases
memory of tcmalloc cache when usage >= 90% * mem_limit, otherwise, doris
releases memory of tcmalloc cache when usage >= 50% * mem_limit;
* Default value: performance
#### `max_sys_mem_available_low_water_mark_bytes`
diff --git a/docs/en/docs/admin-manual/config/fe-config.md
b/docs/en/docs/admin-manual/config/fe-config.md
index c5ccce9cf14..e88e8f840b5 100644
--- a/docs/en/docs/admin-manual/config/fe-config.md
+++ b/docs/en/docs/admin-manual/config/fe-config.md
@@ -441,7 +441,7 @@ If enable_https is true, you need to configure ssl
certificate information in fe
Default:true
-If set to ture, doris will establish an encrypted channel based on the SSL
protocol with mysql.
+If set to true, doris will establish an encrypted channel based on the SSL
protocol with mysql.
#### `qe_max_connection`
@@ -639,7 +639,7 @@ Cluster token used for internal authentication.
Default:The default is true after the official 0.14.0 version is released, and
the default is false before
-HTTP Server V2 is implemented by SpringBoot. It uses an architecture that
separates the front and back ends. Only when httpv2 is enabled can users use
the new front-end UI interface.
+HTTP Server V2 is implemented by SpringBoot. It uses an architecture that
separates the front and back ends. Only when HTTPv2 is enabled can users use
the new front-end UI interface.
#### `http_api_extra_base_path`
@@ -906,9 +906,9 @@ This may reduce network transmission in following case:
- The data has N replicas.
-- High concurrency queries are syyuyuient to all Frontends evenly
+- High concurrency queries are evenly sent to all Frontends evenly
-In this case, all Frontends can only use local replicas to do the query. If
you want to allow fallback to nonlocal replicas when no local replicas
available, set enable_local_replica_selection_fallback to true.
+In this case, all Frontends can only use local replicas to do the query. If
you want to allow fallback to non-local replicas when no local replicas
available, set enable_local_replica_selection_fallback to true.
#### `enable_local_replica_selection_fallback`
@@ -916,7 +916,7 @@ Default:false
IsMutable:true
-Used with enable_local_replica_selection. If the local replicas is not
available, fallback to the nonlocal replicas.
+Used with enable_local_replica_selection. If the local replicas is not
available, fallback to the non-local replicas.
#### `expr_depth_limit`
@@ -987,7 +987,7 @@ Default:1
IsMutable:true
-colocote join PlanFragment instance的memory_limit = exec_mem_limit / min
(query_colocate_join_memory_limit_penalty_factor, instance_num)
+Colocote join PlanFragment instance的memory_limit = exec_mem_limit / min
(query_colocate_join_memory_limit_penalty_factor, instance_num)
#### `rewrite_count_distinct_to_bitmap_hll`
@@ -996,7 +996,7 @@ Default: true
This variable is a session variable, and the session level takes effect.
- Type: boolean
-- Description: **Only for the table of the AGG model**, when the variable is
true, when the user query contains aggregate functions such as count(distinct
c1), if the type of the c1 column itself is bitmap, count distnct will be
rewritten It is bitmap_union_count(c1). When the type of the c1 column itself
is hll, count distinct will be rewritten as hll_union_agg(c1) If the variable
is false, no overwriting occurs..
+- Description: **Only for the table of the AGG model**, when the variable is
true, when the user query contains aggregate functions such as count(distinct
c1), if the type of the c1 column itself is bitmap, count distinct will be
rewritten It is bitmap_union_count(c1). When the type of the c1 column itself
is hll, count distinct will be rewritten as hll_union_agg(c1) If the variable
is false, no overwriting occurs..
### Load And Export
@@ -2012,7 +2012,7 @@ Dynamically configured: true
Only for Master FE: true
The relocation of a colocation group may involve a large number of tablets
moving within the cluster. Therefore, we should use a more conservative
strategy to avoid relocation of colocation groups as much as possible.
-Reloaction usually occurs after a BE node goes offline or goes down. This
parameter is used to delay the determination of BE node unavailability. The
default is 30 minutes, i.e., if a BE node recovers within 30 minutes,
relocation of the colocation group will not be triggered.
+Relocation usually occurs after a BE node goes offline or goes down. This
parameter is used to delay the determination of BE node unavailability. The
default is 30 minutes, i.e., if a BE node recovers within 30 minutes,
relocation of the colocation group will not be triggered.
####` allow_replica_on_same_host`
@@ -2169,7 +2169,7 @@ When create a table(or partition), you can specify its
storage medium(HDD or SSD
Default:HDD
-When create a table(or partition), you can specify its storage medium(HDD or
SSD). If not set, this specifies the default medium when creat.
+When create a table(or partition), you can specify its storage medium(HDD or
SSD). If not set, this specifies the default medium when create.
#### `enable_storage_policy`
@@ -2332,7 +2332,7 @@ IsMutable:true
MasterOnly:false
-Starting from version 2.1, we no longer support create odbc, jdbc and broker
external table. For odbc and mysql external table, use jdbc table or jdbc
catalog instead. For broker table, use table valued function instead.
+Starting from version 2.1, we no longer support create ODBC, JDBC and broker
external table. For odbc and mysql external table, use JDBC table or JDBC
catalog instead. For broker table, use table valued function instead.
#### `max_hive_partition_cache_num`
@@ -2609,7 +2609,7 @@ IsMutable:true
MasterOnly:false
-Whether to push the filter conditions with functions down to MYSQL, when
exectue query of ODBC、JDBC external tables
+Whether to push the filter conditions with functions down to MYSQL, when
execute query of ODBC、JDBC external tables
#### `jdbc_drivers_dir`
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 b4e7c887a83..ef3e0ddfb44 100644
--- a/docs/zh-CN/docs/admin-manual/config/be-config.md
+++ b/docs/zh-CN/docs/admin-manual/config/be-config.md
@@ -203,7 +203,7 @@ BE 重启后该配置将失效。如果想持久化修改结果,使用如下
* 类型:int32
* 描述:配置BE的所属于的集群id。
- -
该值通常由FE通过心跳向BE下发,不需要额外进行配置。当确认某BE属于某一个确定的Drois集群时,可以进行配置,同时需要修改数据目录下的cluster_id文件,使二者相同。
+ - 该值通常由FE通过心跳向BE下发,不需要额外进行配置。当确认某BE属于某一个确定的 Doris
集群时,可以进行配置,同时需要修改数据目录下的cluster_id文件,使二者相同。
* 默认值:-1
#### `custom_config_dir`
@@ -224,7 +224,7 @@ BE 重启后该配置将失效。如果想持久化修改结果,使用如下
#### `es_scroll_keepalive`
-* 描述:es scroll Keeplive保持时间,默认5分钟
+* 描述:es scroll keep-alive 保持时间,默认5分钟
* 默认值: 5 (m)
#### `external_table_connect_timeout_sec`
@@ -411,7 +411,7 @@ BE 重启后该配置将失效。如果想持久化修改结果,使用如下
#### `enable_prefetch`
* 类型:bool
-* 描述:当使用PartitionedHashTable进行聚合和join计算时,是否进行HashBuket的预取,推荐设置为true。
+* 描述:当使用PartitionedHashTable进行聚合和join计算时,是否进行 HashBucket 的预取,推荐设置为true。
* 默认值:true
#### `enable_quadratic_probing`
diff --git a/docs/zh-CN/docs/admin-manual/config/fe-config.md
b/docs/zh-CN/docs/admin-manual/config/fe-config.md
index 3117a5e5e44..6b8c9f8a854 100644
--- a/docs/zh-CN/docs/admin-manual/config/fe-config.md
+++ b/docs/zh-CN/docs/admin-manual/config/fe-config.md
@@ -441,7 +441,7 @@ FE https 使能标志位,false 表示支持 http,true 表示同时支持 htt
默认值: true
-如果设置为 ture,doris 将与 mysql服务 建立基于 SSL 协议的加密通道。
+如果设置为 true,doris 将与 mysql服务 建立基于 SSL 协议的加密通道。
#### `qe_max_connection`
@@ -639,7 +639,7 @@ FE向BE的BackendService发送rpc请求时的超时时间,单位:毫秒。
默认值:从官方 0.14.0 release 版之后默认是 true,之前默认 false
-HTTP Server V2 由 SpringBoot 实现, 并采用前后端分离的架构。只有启用 httpv2,用户才能使用新的前端 UI 界面
+HTTP Server V2 由 SpringBoot 实现, 并采用前后端分离的架构。只有启用 HTTPv2,用户才能使用新的前端 UI 界面
#### `http_api_extra_base_path`
@@ -997,7 +997,7 @@ colocate join PlanFragment instance 的 memory_limit =
exec_mem_limit / min (que
该变量为 session variable,session 级别生效。
- 类型:boolean
-- 描述:**仅对于 AGG 模型的表来说**,当变量为 true 时,用户查询时包含 count(distinct c1) 这类聚合函数时,如果 c1
列本身类型为 bitmap,则 count distnct 会改写为 bitmap_union_count(c1)。 当 c1 列本身类型为 hll,则
count distinct 会改写为 hll_union_agg(c1) 如果变量为 false,则不发生任何改写。
+- 描述:**仅对于 AGG 模型的表来说**,当变量为 true 时,用户查询时包含 count(distinct c1) 这类聚合函数时,如果 c1
列本身类型为 bitmap,则 count distinct 会改写为 bitmap_union_count(c1)。 当 c1 列本身类型为 hll,则
count distinct 会改写为 hll_union_agg(c1) 如果变量为 false,则不发生任何改写。
### 导入与导出
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]