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.git
The following commit(s) were added to refs/heads/master by this push:
new 2f3ce39857 fix broken graph in broker-load-manual.md (#16768)
2f3ce39857 is described below
commit 2f3ce39857a5603d52e51cdac71e2c75c9940678
Author: Bowen Liang <[email protected]>
AuthorDate: Thu Feb 16 16:54:55 2023 +0800
fix broken graph in broker-load-manual.md (#16768)
---
.../import/import-way/broker-load-manual.md | 50 +++++++++++-----------
1 file changed, 25 insertions(+), 25 deletions(-)
diff --git a/docs/en/docs/data-operate/import/import-way/broker-load-manual.md
b/docs/en/docs/data-operate/import/import-way/broker-load-manual.md
index c4d8502745..f4e481c55a 100644
--- a/docs/en/docs/data-operate/import/import-way/broker-load-manual.md
+++ b/docs/en/docs/data-operate/import/import-way/broker-load-manual.md
@@ -43,38 +43,38 @@ After the user submits the import task, FE will generate
the corresponding Plan
BE pulls data from the broker during execution, and imports the data into the
system after transforming the data. All BEs are imported, and FE ultimately
decides whether the import is successful.
-````
+```
+
| 1. user create broker load
v
+----+----+
- | |
- | FE |
- | |
+ | |
+ | FE |
+ | |
+----+----+
|
| 2. BE etl and load the data
- +--------------------------------------+
- | | |
-+---v---+ +--v----+ +---v---+
-| | | | | |
-| BE | | BE | | BE |
-| | | | | |
-+---+-^-+ +---+-^-+ +--+-^--+
- | | | | | |
- | | | | | | 3. pull data from broker
-+---v-+-+ +---v-+-+ +--v-+--+
-| | | | | |
-|Broker | |Broker | |Broker |
-| | | | | |
-+---+-^-+ +---+-^-+ +---+-^-+
- | | | | | |
-+---v-+-------------v-+------------v-+-+
-| HDFS/BOS/AFS cluster |
-| |
-+-----------------------------------+
-
-````
+ +--------------------------+
+ | | |
++---v---+ +--v----+ +---v---+
+| | | | | |
+| BE | | BE | | BE |
+| | | | | |
++---+-^-+ +---+-^-+ +--+-^--+
+ | | | | | |
+ | | | | | | 3. pull data from broker
++---v-+-+ +---v-+-+ +--v-+--+
+| | | | | |
+|Broker | |Broker | |Broker |
+| | | | | |
++---+-^-+ +---+-^-+ +---+-^-+
+ | | | | | |
++---v-+-----------v-+----------v-+-+
+| HDFS/BOS/AFS cluster |
+| |
++----------------------------------+
+
+```
## start import
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]