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 a0f4c75e4ad [typo](docs)Changing the Jump Address of BrokerLoad in 
SparkLoad (#105)
a0f4c75e4ad is described below

commit a0f4c75e4adba18eb81802fbf1ae19558f559bc9
Author: yuanyuan8983 <99315889+yuanyuan8...@users.noreply.github.com>
AuthorDate: Tue Sep 20 12:56:19 2022 +0800

    [typo](docs)Changing the Jump Address of BrokerLoad in SparkLoad (#105)
    
    * [typo](docs)Changing the Jump Address of BrokerLoad in SparkLoad
---
 docs/data-operate/import/import-way/spark-load-manual.md                | 2 +-
 .../current/data-operate/import/import-way/spark-load-manual.md         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/data-operate/import/import-way/spark-load-manual.md 
b/docs/data-operate/import/import-way/spark-load-manual.md
index 9da17cc58cd..de523f89a3e 100644
--- a/docs/data-operate/import/import-way/spark-load-manual.md
+++ b/docs/data-operate/import/import-way/spark-load-manual.md
@@ -30,7 +30,7 @@ Spark load realizes the preprocessing of load data by spark, 
improves the perfor
 
 Spark load uses the resources of the spark cluster to sort the data to be 
imported, and Doris be writes files directly, which can greatly reduce the 
resource usage of the Doris cluster, and is very good for historical mass data 
migration to reduce the resource usage and load of the Doris cluster. Effect.
 
-If users do not have the resources of Spark cluster and want to complete the 
migration of external storage historical data conveniently and quickly, they 
can use [Broker load](./BROKER-LOAD.md) . Compared with Spark load, importing 
Broker load will consume more resources on the Doris cluster.
+If users do not have the resources of Spark cluster and want to complete the 
migration of external storage historical data conveniently and quickly, they 
can use [Broker load](./broker-load-manual.md) . Compared with Spark load, 
importing Broker load will consume more resources on the Doris cluster.
 
 Spark load is an asynchronous load method. Users need to create spark type 
load job by MySQL protocol and view the load results by `show load`.
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-way/spark-load-manual.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-way/spark-load-manual.md
index 762a6790ab4..f00d6189288 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-way/spark-load-manual.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-way/spark-load-manual.md
@@ -30,7 +30,7 @@ Spark load 通过外部的 Spark 资源实现对导入数据的预处理,提
 
  Spark load 是利用了 spark 集群的资源对要导入的数据的进行了排序,Doris be 直接写文件,这样能大大降低 Doris 
集群的资源使用,对于历史海量数据迁移降低 Doris 集群资源使用及负载有很好的效果。
 
-如果用户在没有 Spark 集群这种资源的情况下,又想方便、快速的完成外部存储历史数据的迁移,可以使用 [Broker 
load](./BROKER-LOAD.md) 。相对 Spark load 导入 Broker load 对 Doris 集群的资源占用会更高。
+如果用户在没有 Spark 集群这种资源的情况下,又想方便、快速的完成外部存储历史数据的迁移,可以使用 [Broker 
load](./broker-load-manual.md) 。相对 Spark load 导入 Broker load 对 Doris 集群的资源占用会更高。
 
 Spark load 是一种异步导入方式,用户需要通过 MySQL 协议创建 Spark 类型导入任务,并通过 `SHOW LOAD` 查看导入结果。
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to