This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 8d7a0d9 [docs](routine-load)Update routine-load-manual.md (#8006)
8d7a0d9 is described below
commit 8d7a0d9747d9336c31827ae75f10f4b73fd9145d
Author: sodamnsure <[email protected]>
AuthorDate: Mon Feb 14 09:28:08 2022 +0800
[docs](routine-load)Update routine-load-manual.md (#8006)
---
docs/en/administrator-guide/load-data/routine-load-manual.md | 4 ++++
docs/zh-CN/administrator-guide/load-data/routine-load-manual.md | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/docs/en/administrator-guide/load-data/routine-load-manual.md
b/docs/en/administrator-guide/load-data/routine-load-manual.md
index 05d47ac..0454e4c 100644
--- a/docs/en/administrator-guide/load-data/routine-load-manual.md
+++ b/docs/en/administrator-guide/load-data/routine-load-manual.md
@@ -298,6 +298,10 @@ The user can control the stop, pause and restart of the
job by the three command
|3| Yes | No | No | The system will start consumption from the OFFSET_END
of the specified partition |
|4| Yes | Yes | No | The system will start consumption from the specified
offset of the specified partition |
|5| Yes | No | Yes | The system will start consumption from the specified
partition and the location specified by the default offset |
+
+ 7. The difference between STOP and PAUSE
+
+ the FE will automatically clean up stopped ROUTINE LOAD,while paused
ROUTINE LOAD can be resumed
## Related parameters
diff --git a/docs/zh-CN/administrator-guide/load-data/routine-load-manual.md
b/docs/zh-CN/administrator-guide/load-data/routine-load-manual.md
index a6b47e5..f4a3930 100644
--- a/docs/zh-CN/administrator-guide/load-data/routine-load-manual.md
+++ b/docs/zh-CN/administrator-guide/load-data/routine-load-manual.md
@@ -296,6 +296,10 @@ FE 中的 JobScheduler 根据汇报结果,继续生成后续新的 Task,或
|3| Yes | No | No | 系统会从指定分区的 OFFSET_END 开始消费 |
|4| Yes | Yes | No | 系统会从指定分区的指定offset 处开始消费 |
|5| Yes | No | Yes | 系统会从指定分区,default offset 指定的位置开始消费 |
+
+ 7. STOP和PAUSE的区别
+
+ FE会自动定期清理STOP状态的ROUTINE LOAD,而PAUSE状态的则可以再次被恢复启用。
## 相关参数
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]