Skip to content

Commit 10bf4c1

Browse files
committed
fix
1 parent fc911be commit 10bf4c1

135 files changed

Lines changed: 139 additions & 139 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

community/source-install/compilation-with-ldb-toolchain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ $ USE_AVX2=0 sh build.sh
139139
$ BUILD_TYPE=Debug sh build.sh
140140
```
141141

142-
This script first compiles the third-party libraries and then the Doris components (FE, BE, MS). The compilation output can be found in the `output/` directory. MS stands for Meta Service, which a module of Doris in the compute-storage decoupled mode. For more information about MS, refer to this [doc](../../docs/compute-storage-decoupled/compilation-and-deployment.md).
142+
This script first compiles the third-party libraries and then the Doris components (FE, BE, MS). The compilation output can be found in the `output/` directory. MS stands for Meta Service, which a module of Doris in the compute-storage decoupled mode. For more information about MS, refer to this doc.
143143

144144
## Pre-compile third-party libraries
145145

i18n/zh-CN/docusaurus-plugin-content-docs-community/current/source-install/compilation-with-ldb-toolchain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ $ BUILD_TYPE=Debug sh build.sh
142142
```
143143

144144
该脚本会先编译第三方库,之后再编译 Doris 组件(FE、BE、MS)。编译产出在 `output/` 目录下。
145-
MS 模块是 doris 存算分离模式依赖的模块,详细说明请参考[此连接](../../../docusaurus-plugin-content-docs/current/compute-storage-decoupled/compilation-and-deployment.md)
145+
MS 模块是 doris 存算分离模式依赖的模块,详细说明请参考此连接
146146

147147
## 预编译三方库
148148

i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/admin-manual/trouble-shooting/metadata-operation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ mysql> show proc "/bdbje/110589/114861";
268268

269269
## 最佳实践
270270

271-
FE 的部署推荐,在 [安装与部署文档](../../../current/install/deploy-manually/integrated-storage-compute-deploy-manually) 中有介绍,这里再做一些补充。
271+
FE 的部署推荐,在 [安装与部署文档](../../install/deploy-manually/integrated-storage-compute-deploy-manually) 中有介绍,这里再做一些补充。
272272

273273
* **如果你并不十分了解 FE 元数据的运行逻辑,或者没有足够 FE 元数据的运维经验,我们强烈建议在实际使用中,只部署一个 FOLLOWER 类型的 FE 作为 MASTER,其余 FE 都是 OBSERVER,这样可以减少很多复杂的运维问题!** 不用过于担心 MASTER 单点故障导致无法进行元数据写操作。首先,如果你配置合理,FE 作为 java 进程很难挂掉。其次,如果 MASTER 磁盘损坏(概率非常低),我们也可以用 OBSERVER 上的元数据,通过 `元数据恢复模式` 的方式手动恢复。
274274

i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/benchmark/ssb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686

8787
## 6. 环境准备
8888

89-
请先参照 [官方文档](../../current/install/deploy-manually/integrated-storage-compute-deploy-manually) 进行 Apache Doris 的安装部署,以获得一个正常运行中的 Doris 集群(至少包含 1 FE 1 BE,推荐 1 FE 3 BE)。
89+
请先参照 [官方文档](../install/deploy-manually/integrated-storage-compute-deploy-manually) 进行 Apache Doris 的安装部署,以获得一个正常运行中的 Doris 集群(至少包含 1 FE 1 BE,推荐 1 FE 3 BE)。
9090

9191
## 7. 数据准备
9292

i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/benchmark/tpcds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ TPC-DS 99 个测试查询语句: [TPC-DS-Query-SQL](https://github.com/apache/
180180

181181
## 6. 环境准备
182182

183-
请先参照 [官方文档](../../current/install/deploy-manually/integrated-storage-compute-deploy-manually) 进行 Doris 的安装部署,以获得一个正常运行中的 Doris 集群(至少包含 1 FE 1 BE,推荐 1 FE 3 BE)。
183+
请先参照 [官方文档](../install/deploy-manually/integrated-storage-compute-deploy-manually) 进行 Doris 的安装部署,以获得一个正常运行中的 Doris 集群(至少包含 1 FE 1 BE,推荐 1 FE 3 BE)。
184184

185185
## 7. 数据准备
186186

i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/benchmark/tpch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ TPC-H 22 个测试查询语句: [TPCH-Query-SQL](https://github.com/apache/dor
8585

8686
## 6. 环境准备
8787

88-
请先参照 [官方文档](../../current/install/deploy-manually/integrated-storage-compute-deploy-manually) 进行 Doris 的安装部署,以获得一个正常运行中的 Doris 集群(至少包含 1 FE 1 BE,推荐 1 FE 3 BE)。
88+
请先参照 [官方文档](../install/deploy-manually/integrated-storage-compute-deploy-manually) 进行 Doris 的安装部署,以获得一个正常运行中的 Doris 集群(至少包含 1 FE 1 BE,推荐 1 FE 3 BE)。
8989

9090
## 7. 数据准备
9191

i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/compute-storage-decoupled/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# 概览
1111

12-
本文介绍存算分离与存算一体两种架构的区别、优势和适用场景,为用户的选择与使用提供参考。后文将详细说明如何部署并使用 Apache Doris 存算分离模式。如需部署存算一体模式,请参考[集群部署](../../current/install/deploy-manually/integrated-storage-compute-deploy-manually)
12+
本文介绍存算分离与存算一体两种架构的区别、优势和适用场景,为用户的选择与使用提供参考。后文将详细说明如何部署并使用 Apache Doris 存算分离模式。如需部署存算一体模式,请参考[集群部署](../install/deploy-manually/integrated-storage-compute-deploy-manually)
1313

1414
## 存算一体 VS 存算分离
1515

i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/table-design/data-partitioning/common-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Doris 建表是按照 Partition 粒度依次创建的。当一个 Partition 创
2626

2727
- 以下罗列一些常见的 tablet 创建失败错误,包括但不限于:
2828

29-
- BE 没有收到相关 task,此时无法在 be.INFO 中找到 tablet id 相关日志或者 BE 创建成功,但汇报失败。以上问题,请参阅 [安装与部署](../../../current/install/deploy-manually/integrated-storage-compute-deploy-manually) 检查 FE 和 BE 的连通性。
29+
- BE 没有收到相关 task,此时无法在 be.INFO 中找到 tablet id 相关日志或者 BE 创建成功,但汇报失败。以上问题,请参阅 [安装与部署](../../install/deploy-manually/integrated-storage-compute-deploy-manually) 检查 FE 和 BE 的连通性。
3030

3131
- 预分配内存失败。可能是表中一行的字节长度超过了 100KB。
3232

i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/query-data/window-function.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
---
88

99
分析函数,也称为窗口函数,是一种在 SQL 查询中对数据集中的行进行复杂计算的函数。窗口函数的特点在于,它们不会减少查询结果的行数,而是为每一行增加一个新的计算结果。窗口函数适用于多种分析场景,如计算滚动合计、排名以及移动平均等。
10-
具体的语法介绍可以[参阅](../../current/sql-manual/sql-functions/window-functions/overview.md)
10+
具体的语法介绍可以[参阅](../sql-manual/sql-functions/window-functions/overview.md)
1111

1212
下面是一个使用窗口函数计算每个商店的前后三天的销售移动平均值的例子:
1313

@@ -100,7 +100,7 @@ FROM
100100

101101
## 排序函数
102102

103-
排序函数中,只有当指定的排序列是唯一值列时,查询结果才是确定的;如果排序列包含重复值,则每次的查询结果可能不同。更多相关函数可以[参阅](../../current/sql-manual/sql-functions/window-functions/overview.md)
103+
排序函数中,只有当指定的排序列是唯一值列时,查询结果才是确定的;如果排序列包含重复值,则每次的查询结果可能不同。更多相关函数可以[参阅](../sql-manual/sql-functions/window-functions/overview.md)
104104

105105
### NTILE 函数
106106

i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/sql-manual/sql-functions/scalar-functions/date-time-functions/add-time.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ADD_TIME(`<date_or_time_expr>`, `<time>`)
2121

2222
| 参数 | 说明 |
2323
| -- | -- |
24-
| `<date_or_time_expr>` | 参数是合法的日期表达式,支持输入 timestamptz/datetime/date/time 类型,date 类型会转换为对应日期的一天起始时间 00:00:00 ,具体格式请查看 [timestamptz的转换](../../../../../current/sql-manual/basic-element/sql-data-types/conversion/timestamptz-conversion), [datetime 的转换](../../../../../current/sql-manual/basic-element/sql-data-types/conversion/datetime-conversion)[time的转换](../../../../../current/sql-manual/basic-element/sql-data-types/conversion/time-conversion) |
24+
| `<date_or_time_expr>` | 参数是合法的日期表达式,支持输入 timestamptz/datetime/date/time 类型,date 类型会转换为对应日期的一天起始时间 00:00:00 ,具体格式请查看 timestamptz的转换, [datetime 的转换](../../../basic-element/sql-data-types/conversion/datetime-conversion)[time的转换](../../../basic-element/sql-data-types/conversion/time-conversion) |
2525
| `<time>` | 参数为合法的时间表达式,表示增加到`<date_or_time_expr>` 上面的时间值,若为负数,则表示减少,支持输入 time 类型 |
2626

2727
## 返回值

0 commit comments

Comments
 (0)