Skip to content

Commit

Permalink
[Feature][Task Plugin] Update docs for zeppelin note scheduling featu…
Browse files Browse the repository at this point in the history
…re (apache#9798)
  • Loading branch information
EricGao888 committed Jun 14, 2022
1 parent abb1830 commit 3093129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/en/guide/task/zeppelin.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/zh/guide/task/zeppelin.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3093129

Please sign in to comment.