This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 796ae893a Automated deployment:
4d97cc3dab28602c236aadcffb847cfa90bd99ad
796ae893a is described below
commit 796ae893a8d5804b905d0a7ae145de647d69d7b7
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 19 05:07:37 2022 +0000
Automated deployment: 4d97cc3dab28602c236aadcffb847cfa90bd99ad
---
en-us/docs/dev/user_doc/guide/task/zeppelin.html | 2 +-
en-us/docs/dev/user_doc/guide/task/zeppelin.json | 2 +-
zh-cn/docs/dev/user_doc/guide/task/zeppelin.html | 2 +-
zh-cn/docs/dev/user_doc/guide/task/zeppelin.json | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/en-us/docs/dev/user_doc/guide/task/zeppelin.html
b/en-us/docs/dev/user_doc/guide/task/zeppelin.html
index 4c4233bde..231fbec96 100644
--- a/en-us/docs/dev/user_doc/guide/task/zeppelin.html
+++ b/en-us/docs/dev/user_doc/guide/task/zeppelin.html
@@ -30,7 +30,7 @@ it will call <code>Zeppelin Client API</code> to trigger
zeppelin notebook parag
<li>Failed retry interval: The time interval for resubmitting the task after a
failed task. It supports drop-down and hand-filling.</li>
<li>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.</li>
<li>Zeppelin Note ID: The unique note id for a zeppelin notebook note.</li>
-<li>Zeppelin Paragraph ID: The unique paragraph id for a zeppelin notebook
paragraph.</li>
+<li>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.</li>
<li>Zeppelin Parameters: Parameters in json format used for zeppelin dynamic
form.</li>
</ul>
<h2>Task Example</h2>
diff --git a/en-us/docs/dev/user_doc/guide/task/zeppelin.json
b/en-us/docs/dev/user_doc/guide/task/zeppelin.json
index 3aac1c391..483947feb 100644
--- a/en-us/docs/dev/user_doc/guide/task/zeppelin.json
+++ b/en-us/docs/dev/user_doc/guide/task/zeppelin.json
@@ -1,6 +1,6 @@
{
"filename": "zeppelin.md",
- "__html": "<h1>Apache Zeppelin</h1>\n<h2>Overview</h2>\n<p>Use
<code>Zeppelin Task</code> to create a zeppelin-type task and execute zeppelin
notebook paragraphs. When the worker executes <code>Zeppelin Task</code>,\nit
will call <code>Zeppelin Client API</code> to trigger zeppelin notebook
paragraph. Click <a href=\"https://zeppelin.apache.org/\">here</a> for details
about <code>Apache Zeppelin Notebook</code>.</p>\n<h2>Create
Task</h2>\n<ul>\n<li>Click Project Management-Project Name [...]
+ "__html": "<h1>Apache Zeppelin</h1>\n<h2>Overview</h2>\n<p>Use
<code>Zeppelin Task</code> to create a zeppelin-type task and execute zeppelin
notebook paragraphs. When the worker executes <code>Zeppelin Task</code>,\nit
will call <code>Zeppelin Client API</code> to trigger zeppelin notebook
paragraph. Click <a href=\"https://zeppelin.apache.org/\">here</a> for details
about <code>Apache Zeppelin Notebook</code>.</p>\n<h2>Create
Task</h2>\n<ul>\n<li>Click Project Management-Project Name [...]
"link": "/dist/en-us/docs/dev/user_doc/guide/task/zeppelin.html",
"meta": {}
}
\ No newline at end of file
diff --git a/zh-cn/docs/dev/user_doc/guide/task/zeppelin.html
b/zh-cn/docs/dev/user_doc/guide/task/zeppelin.html
index f8c34af71..948225640 100644
--- a/zh-cn/docs/dev/user_doc/guide/task/zeppelin.html
+++ b/zh-cn/docs/dev/user_doc/guide/task/zeppelin.html
@@ -31,7 +31,7 @@
<li>超时告警:勾选超时告警、超时失败,当任务超过"超时时长"后,会发送告警邮件并且任务执行失败.</li>
<li>前置任务:选择当前任务的前置任务,会将被选择的前置任务设置为当前任务的上游。</li>
<li>Zeppelin Note ID:Zeppelin Note对应的唯一ID。</li>
-<li>Zepplin Paragraph:Zeppelin Paragraph对应的唯一ID。</li>
+<li>Zeppelin Paragraph ID:Zeppelin
Paragraph对应的唯一ID。如果你想一次性调度整个note,这一栏不填即可。</li>
<li>Zeppelin Parameters: 用于传入Zeppelin Dynamic Form的参数。</li>
</ul>
<h2>Task Example</h2>
diff --git a/zh-cn/docs/dev/user_doc/guide/task/zeppelin.json
b/zh-cn/docs/dev/user_doc/guide/task/zeppelin.json
index 531e5b91b..49031c058 100644
--- a/zh-cn/docs/dev/user_doc/guide/task/zeppelin.json
+++ b/zh-cn/docs/dev/user_doc/guide/task/zeppelin.json
@@ -1,6 +1,6 @@
{
"filename": "zeppelin.md",
- "__html": "<h1>Apache
Zeppelin</h1>\n<h2>Overview</h2>\n<p><code>Zeppelin</code>任务类型,用于创建并执行<code>Zeppelin</code>类型任务。worker
执行该任务的时候,会通过<code>Zeppelin Cient API</code>触发<code>Zeppelin
Notebook段落</code>。\n点击<a href=\"https://zeppelin.apache.org/\">这里</a>
获取更多关于<code>Apache Zeppelin Notebook</code>的信息。</p>\n<h2>Create
Task</h2>\n<ul>\n<li>点击项目管理-项目名称-工作流定义,点击"创建工作流"按钮,进入DAG编辑页面。</li>\n<li>工具栏中拖动
<img src=\"/img/tasks/icons/zeppelin.png\" width=\"15\"/>
到画板中,即可完成创建。</li>\n</ul> [...]
+ "__html": "<h1>Apache
Zeppelin</h1>\n<h2>Overview</h2>\n<p><code>Zeppelin</code>任务类型,用于创建并执行<code>Zeppelin</code>类型任务。worker
执行该任务的时候,会通过<code>Zeppelin Cient API</code>触发<code>Zeppelin
Notebook段落</code>。\n点击<a href=\"https://zeppelin.apache.org/\">这里</a>
获取更多关于<code>Apache Zeppelin Notebook</code>的信息。</p>\n<h2>Create
Task</h2>\n<ul>\n<li>点击项目管理-项目名称-工作流定义,点击"创建工作流"按钮,进入DAG编辑页面。</li>\n<li>工具栏中拖动
<img src=\"/img/tasks/icons/zeppelin.png\" width=\"15\"/>
到画板中,即可完成创建。</li>\n</ul> [...]
"link": "/dist/zh-cn/docs/dev/user_doc/guide/task/zeppelin.html",
"meta": {}
}
\ No newline at end of file