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

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

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

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 f72e02e8afc..64607a71f16 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](./SPARK-LOAD.md).
+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).
 
 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/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 b203f68a02c..ba77d591635 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](../../../sql-manual/sql-reference/Data-Manipulation-Statements/Load/SPARK-LOAD.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: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to