From e6c2f3241e3c84656d301ee5cfb7362b44c28a28 Mon Sep 17 00:00:00 2001 From: EricGao888 Date: Tue, 14 Jun 2022 02:20:34 +0800 Subject: [PATCH] [Feature][Task Plugin] Update docs for zeppelin note scheduling feature (#9798) --- docs/docs/en/guide/task/zeppelin.md | 2 +- docs/docs/zh/guide/task/zeppelin.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/en/guide/task/zeppelin.md b/docs/docs/en/guide/task/zeppelin.md index ea2d203394ba..7dae3c4dca30 100644 --- a/docs/docs/en/guide/task/zeppelin.md +++ b/docs/docs/en/guide/task/zeppelin.md @@ -21,7 +21,7 @@ it will call `Zeppelin Client API` to trigger zeppelin notebook paragraph. Click - Failed retry interval: The time interval for resubmitting the task after a failed task. It supports drop-down and hand-filling. - Timeout alarm: Check the timeout alarm and timeout failure. When the task exceeds the "timeout period", an alarm email will send and the task execution will fail. - Zeppelin Note ID: The unique note id for a zeppelin notebook note. -- Zeppelin Paragraph ID: The unique paragraph id for a zeppelin notebook paragraph. +- Zeppelin Paragraph ID: The unique paragraph id for a zeppelin notebook paragraph. If you want to schedule a whole note at a time, leave this field blank. - Zeppelin Parameters: Parameters in json format used for zeppelin dynamic form. ## Task Example diff --git a/docs/docs/zh/guide/task/zeppelin.md b/docs/docs/zh/guide/task/zeppelin.md index fa2477a7dc73..18d36dfb7153 100644 --- a/docs/docs/zh/guide/task/zeppelin.md +++ b/docs/docs/zh/guide/task/zeppelin.md @@ -22,7 +22,7 @@ - 超时告警:勾选超时告警、超时失败,当任务超过"超时时长"后,会发送告警邮件并且任务执行失败. - 前置任务:选择当前任务的前置任务,会将被选择的前置任务设置为当前任务的上游。 - Zeppelin Note ID:Zeppelin Note对应的唯一ID。 -- Zepplin Paragraph:Zeppelin Paragraph对应的唯一ID。 +- Zeppelin Paragraph ID:Zeppelin Paragraph对应的唯一ID。如果你想一次性调度整个note,这一栏不填即可。 - Zeppelin Parameters: 用于传入Zeppelin Dynamic Form的参数。 ## Task Example