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 5e90943087a fix-doc27 (#147)
5e90943087a is described below
commit 5e90943087aa6a7d695d4f620d968571a9673283
Author: Liqf <[email protected]>
AuthorDate: Wed Oct 19 11:49:51 2022 +0800
fix-doc27 (#147)
---
docs/benchmark/tpch.md | 2 +-
docs/data-operate/import/import-way/broker-load-manual.md | 2 +-
i18n/zh-CN/docusaurus-plugin-content-docs/current/benchmark/tpch.md | 2 +-
.../current/data-operate/import/import-way/broker-load-manual.md | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/benchmark/tpch.md b/docs/benchmark/tpch.md
index c4319022d34..f6cebadb6b2 100644
--- a/docs/benchmark/tpch.md
+++ b/docs/benchmark/tpch.md
@@ -196,7 +196,7 @@ sh ./load-tpch-data.sh
### 7.5 Check Imported Data
-Execute the following SQL statement to check the imported data volume is
consistent with the above data volume.
+Execute the following SQL statement to check that the imported data is
consistent with the above data.
```sql
select count(*) from lineitem;
diff --git a/docs/data-operate/import/import-way/broker-load-manual.md
b/docs/data-operate/import/import-way/broker-load-manual.md
index 64607a71f16..c4d8502745e 100644
--- a/docs/data-operate/import/import-way/broker-load-manual.md
+++ b/docs/data-operate/import/import-way/broker-load-manual.md
@@ -28,7 +28,7 @@ under the License.
Broker load is an asynchronous import method, and the supported data sources
depend on the data sources supported by the
[Broker](../../../advanced/broker.md) process.
-Because the data in the Doris table is ordered, Broker load uses the doris
cluster resources to sort the data when importing data. To complete the
migration of massive historical data for Spark load, the Doris cluster resource
usage is relatively large. , this method is used when the user does not have
Spark computing resources. If there are Spark computing resources, it is
recommended to use [Spark
load](../../../data-operate/import/import-way/spark-load-manual.md).
+Because the data in the Doris table is ordered, Broker load uses the doris
cluster resources to sort the data when importing data. Complete massive
historical data migration relative to Spark load, the Doris cluster resource
usage is relatively large. , this method is used when the user does not have
Spark computing resources. If there are Spark computing resources, it is
recommended to use [Spark
load](../../../data-operate/import/import-way/spark-load-manual.md).
Users need to create [Broker
load](../../../sql-manual/sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md)
import through MySQL protocol and import by viewing command to check the
import result.
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/benchmark/tpch.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/benchmark/tpch.md
index 64f8d80ffb4..e63c0625bae 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/benchmark/tpch.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/benchmark/tpch.md
@@ -199,7 +199,7 @@ sh ./load-tpch-data.sh
### 7.5 检查导入数据
-执行下面的 SQL 语句检查导入的数据量上 上面的数据量是一致。
+执行下面的 SQL 语句检查导入的数据与上面的数据量是一致。
```sql
select count(*) from lineitem;
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-way/broker-load-manual.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-way/broker-load-manual.md
index ba77d591635..73b1c297c8e 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-way/broker-load-manual.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-way/broker-load-manual.md
@@ -28,7 +28,7 @@ under the License.
Broker load 是一个异步的导入方式,支持的数据源取决于 [Broker](../../../advanced/broker.md)
进程支持的数据源。
-因为 Doris 表里的数据是有序的,所以 Broker load 在导入数据的时是要利用doris 集群资源对数据进行排序,想对于 Spark load
来完成海量历史数据迁移,对 Doris 的集群资源占用要比较大,这种方式是在用户没有 Spark 这种计算资源的情况下使用,如果有 Spark
计算资源建议使用 [Spark
load](../../../data-operate/import/import-way/spark-load-manual.md)。
+因为 Doris 表里的数据是有序的,所以 Broker load 在导入数据的时是要利用doris 集群资源对数据进行排序,相对于 Spark load
来完成海量历史数据迁移,对 Doris 的集群资源占用要比较大,这种方式是在用户没有 Spark 这种计算资源的情况下使用,如果有 Spark
计算资源建议使用 [Spark
load](../../../data-operate/import/import-way/spark-load-manual.md)。
用户需要通过 MySQL 协议 创建 [Broker
load](../../../sql-manual/sql-reference/Data-Manipulation-Statements/Load/BROKER-LOAD.md)
导入,并通过查看导入命令检查导入结果。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]