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 b66c124  Automated deployment: f6ed7d56fe76513d40a465d5415b87bf3a6b9f6b
b66c124 is described below

commit b66c1244236ca1b06ba848679f57aafaa06718a9
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 24 04:02:23 2021 +0000

    Automated deployment: f6ed7d56fe76513d40a465d5415b87bf3a6b9f6b
---
 en-us/development/plugin-development.html         | 12 ++++++------
 en-us/development/plugin-development.json         |  2 +-
 en-us/docs/1.2.1/user_doc/plugin-development.html | 12 ++++++------
 en-us/docs/1.2.1/user_doc/plugin-development.json |  2 +-
 zh-cn/development/plugin-development.html         | 12 ++++++------
 zh-cn/development/plugin-development.json         |  2 +-
 zh-cn/docs/1.2.1/user_doc/plugin-development.html | 12 ++++++------
 zh-cn/docs/1.2.1/user_doc/plugin-development.json |  2 +-
 8 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/en-us/development/plugin-development.html 
b/en-us/development/plugin-development.html
index 5057f04..f7e2953 100644
--- a/en-us/development/plugin-development.html
+++ b/en-us/development/plugin-development.html
@@ -15,8 +15,8 @@
 <h3>Shell-based tasks</h3>
 <h4>YARN-based calculations (see MapReduceTask)</h4>
 <ul>
-<li>Need to be <strong>cn.dolphinscheduler.server.worker.task</strong> Down 
<strong>TaskManager</strong> Create a custom task in the class (also need to 
register the corresponding task type in TaskType)</li>
-<li>Need to inherit<strong>cn.dolphinscheduler.server.worker.task</strong> 
Down <strong>AbstractYarnTask</strong></li>
+<li>Need to be <strong>org.apache.dolphinscheduler.server.worker.task</strong> 
Down <strong>TaskManager</strong> Create a custom task in the class (also need 
to register the corresponding task type in TaskType)</li>
+<li>Need to 
inherit<strong>org.apache.dolphinscheduler.server.worker.task</strong> Down 
<strong>AbstractYarnTask</strong></li>
 <li>Constructor Scheduling <strong>AbstractYarnTask</strong> Construction 
method</li>
 <li>Inherit <strong>AbstractParameters</strong> Custom task parameter 
entity</li>
 <li>Rewrite <strong>AbstractTask</strong> of <strong>init</strong> Parsing in 
method<strong>Custom task parameters</strong></li>
@@ -25,10 +25,10 @@
 <h4>Non-YARN-based calculations (see ShellTask)</h4>
 <ul>
 <li>
-<p>Need to be <strong>cn.dolphinscheduler.server.worker.task</strong> Down 
<strong>TaskManager</strong> A custom task</p>
+<p>Need to be <strong>org.apache.dolphinscheduler.server.worker.task</strong> 
Down <strong>TaskManager</strong> A custom task</p>
 </li>
 <li>
-<p>Need to inherit<strong>cn.dolphinscheduler.server.worker.task</strong> Down 
<strong>AbstractTask</strong></p>
+<p>Need to 
inherit<strong>org.apache.dolphinscheduler.server.worker.task</strong> Down 
<strong>AbstractTask</strong></p>
 </li>
 <li>
 <p>Instantiation in constructor <strong>ShellCommandExecutor</strong></p>
@@ -58,8 +58,8 @@
 </ul>
 <h3>Non-SHELL-based tasks (see SqlTask)</h3>
 <ul>
-<li>Need to be <strong>cn.dolphinscheduler.server.worker.task</strong> Down 
<strong>TaskManager</strong> A custom task</li>
-<li>Need to inherit<strong>cn.dolphinscheduler.server.worker.task</strong> 
Down <strong>AbstractTask</strong></li>
+<li>Need to be <strong>org.apache.dolphinscheduler.server.worker.task</strong> 
Down <strong>TaskManager</strong> A custom task</li>
+<li>Need to 
inherit<strong>org.apache.dolphinscheduler.server.worker.task</strong> Down 
<strong>AbstractTask</strong></li>
 <li>Inherit <strong>AbstractParameters</strong> Custom task parameter 
entity</li>
 <li>Constructor or override <strong>AbstractTask</strong> of 
<strong>init</strong> in the method, parse the custom task parameter entity</li>
 <li>Rewrite <strong>handle</strong> Methods to implement business logic and 
set the corresponding<strong>exitStatusCode</strong></li>
diff --git a/en-us/development/plugin-development.json 
b/en-us/development/plugin-development.json
index 7a85074..6359144 100644
--- a/en-us/development/plugin-development.json
+++ b/en-us/development/plugin-development.json
@@ -1,6 +1,6 @@
 {
   "filename": "plugin-development.md",
-  "__html": "<h2>Task Plugin Development</h2>\n<p>Remind:Currently, task 
plugin development does not support hot deployment.</p>\n<h3>Shell-based 
tasks</h3>\n<h4>YARN-based calculations (see 
MapReduceTask)</h4>\n<ul>\n<li>Need to be 
<strong>cn.dolphinscheduler.server.worker.task</strong> Down 
<strong>TaskManager</strong> Create a custom task in the class (also need to 
register the corresponding task type in TaskType)</li>\n<li>Need to 
inherit<strong>cn.dolphinscheduler.server.worker.task [...]
+  "__html": "<h2>Task Plugin Development</h2>\n<p>Remind:Currently, task 
plugin development does not support hot deployment.</p>\n<h3>Shell-based 
tasks</h3>\n<h4>YARN-based calculations (see 
MapReduceTask)</h4>\n<ul>\n<li>Need to be 
<strong>org.apache.dolphinscheduler.server.worker.task</strong> Down 
<strong>TaskManager</strong> Create a custom task in the class (also need to 
register the corresponding task type in TaskType)</li>\n<li>Need to 
inherit<strong>org.apache.dolphinscheduler.se [...]
   "link": "/dist/en-us/development/plugin-development.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/1.2.1/user_doc/plugin-development.html 
b/en-us/docs/1.2.1/user_doc/plugin-development.html
index a61db7f..fab06ef 100644
--- a/en-us/docs/1.2.1/user_doc/plugin-development.html
+++ b/en-us/docs/1.2.1/user_doc/plugin-development.html
@@ -15,8 +15,8 @@
 <h3>Shell-based tasks</h3>
 <h4>YARN-based calculations (see MapReduceTask)</h4>
 <ul>
-<li>Need to be <strong>cn.dolphinscheduler.server.worker.task</strong> Down 
<strong>TaskManager</strong> Create a custom task in the class (also need to 
register the corresponding task type in TaskType)</li>
-<li>Need to inherit<strong>cn.dolphinscheduler.server.worker.task</strong> 
Down <strong>AbstractYarnTask</strong></li>
+<li>Need to be <strong>org.apache.dolphinscheduler.server.worker.task</strong> 
Down <strong>TaskManager</strong> Create a custom task in the class (also need 
to register the corresponding task type in TaskType)</li>
+<li>Need to 
inherit<strong>org.apache.dolphinscheduler.server.worker.task</strong> Down 
<strong>AbstractYarnTask</strong></li>
 <li>Constructor Scheduling <strong>AbstractYarnTask</strong> Construction 
method</li>
 <li>Inherit <strong>AbstractParameters</strong> Custom task parameter 
entity</li>
 <li>Rewrite <strong>AbstractTask</strong> of <strong>init</strong> Parsing in 
method<strong>Custom task parameters</strong></li>
@@ -25,10 +25,10 @@
 <h4>Non-YARN-based calculations (see ShellTask)</h4>
 <ul>
 <li>
-<p>Need to be <strong>cn.dolphinscheduler.server.worker.task</strong> Down 
<strong>TaskManager</strong> A custom task</p>
+<p>Need to be <strong>org.apache.dolphinscheduler.server.worker.task</strong> 
Down <strong>TaskManager</strong> A custom task</p>
 </li>
 <li>
-<p>Need to inherit<strong>cn.dolphinscheduler.server.worker.task</strong> Down 
<strong>AbstractTask</strong></p>
+<p>Need to 
inherit<strong>org.apache.dolphinscheduler.server.worker.task</strong> Down 
<strong>AbstractTask</strong></p>
 </li>
 <li>
 <p>Instantiation in constructor <strong>ShellCommandExecutor</strong></p>
@@ -58,8 +58,8 @@
 </ul>
 <h3>Non-SHELL-based tasks (see SqlTask)</h3>
 <ul>
-<li>Need to be <strong>cn.dolphinscheduler.server.worker.task</strong> Down 
<strong>TaskManager</strong> A custom task</li>
-<li>Need to inherit<strong>cn.dolphinscheduler.server.worker.task</strong> 
Down <strong>AbstractTask</strong></li>
+<li>Need to be <strong>org.apache.dolphinscheduler.server.worker.task</strong> 
Down <strong>TaskManager</strong> A custom task</li>
+<li>Need to 
inherit<strong>org.apache.dolphinscheduler.server.worker.task</strong> Down 
<strong>AbstractTask</strong></li>
 <li>Inherit <strong>AbstractParameters</strong> Custom task parameter 
entity</li>
 <li>Constructor or override <strong>AbstractTask</strong> of 
<strong>init</strong> in the method, parse the custom task parameter entity</li>
 <li>Rewrite <strong>handle</strong> Methods to implement business logic and 
set the corresponding<strong>exitStatusCode</strong></li>
diff --git a/en-us/docs/1.2.1/user_doc/plugin-development.json 
b/en-us/docs/1.2.1/user_doc/plugin-development.json
index e2b4ca9..94ba71a 100644
--- a/en-us/docs/1.2.1/user_doc/plugin-development.json
+++ b/en-us/docs/1.2.1/user_doc/plugin-development.json
@@ -1,6 +1,6 @@
 {
   "filename": "plugin-development.md",
-  "__html": "<h2>Task Plugin Development</h2>\n<p>Remind:Currently, task 
plugin development does not support hot deployment.</p>\n<h3>Shell-based 
tasks</h3>\n<h4>YARN-based calculations (see 
MapReduceTask)</h4>\n<ul>\n<li>Need to be 
<strong>cn.dolphinscheduler.server.worker.task</strong> Down 
<strong>TaskManager</strong> Create a custom task in the class (also need to 
register the corresponding task type in TaskType)</li>\n<li>Need to 
inherit<strong>cn.dolphinscheduler.server.worker.task [...]
+  "__html": "<h2>Task Plugin Development</h2>\n<p>Remind:Currently, task 
plugin development does not support hot deployment.</p>\n<h3>Shell-based 
tasks</h3>\n<h4>YARN-based calculations (see 
MapReduceTask)</h4>\n<ul>\n<li>Need to be 
<strong>org.apache.dolphinscheduler.server.worker.task</strong> Down 
<strong>TaskManager</strong> Create a custom task in the class (also need to 
register the corresponding task type in TaskType)</li>\n<li>Need to 
inherit<strong>org.apache.dolphinscheduler.se [...]
   "link": "/dist/en-us/docs/1.2.1/user_doc/plugin-development.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/development/plugin-development.html 
b/zh-cn/development/plugin-development.html
index 2139b43..9a69d04 100644
--- a/zh-cn/development/plugin-development.html
+++ b/zh-cn/development/plugin-development.html
@@ -15,8 +15,8 @@
 <h3>基于SHELL的任务</h3>
 <h4>基于YARN的计算(参见MapReduceTask)</h4>
 <ul>
-<li>需要在 <strong>cn.dolphinscheduler.server.worker.task</strong> 下的 
<strong>TaskManager</strong> 类中创建自定义任务(也需在TaskType注册对应的任务类型)</li>
-<li>需要继承<strong>cn.dolphinscheduler.server.worker.task</strong> 下的 
<strong>AbstractYarnTask</strong></li>
+<li>需要在 <strong>org.apache.dolphinscheduler.server.worker.task</strong> 下的 
<strong>TaskManager</strong> 类中创建自定义任务(也需在TaskType注册对应的任务类型)</li>
+<li>需要继承<strong>org.apache.dolphinscheduler.server.worker.task</strong> 下的 
<strong>AbstractYarnTask</strong></li>
 <li>构造方法调度 <strong>AbstractYarnTask</strong> 构造方法</li>
 <li>继承 <strong>AbstractParameters</strong> 自定义任务参数实体</li>
 <li>重写 <strong>AbstractTask</strong> 的 <strong>init</strong> 
方法中解析<strong>自定义任务参数</strong></li>
@@ -25,10 +25,10 @@
 <h4>基于非YARN的计算(参见ShellTask)</h4>
 <ul>
 <li>
-<p>需要在 <strong>cn.dolphinscheduler.server.worker.task</strong> 下的 
<strong>TaskManager</strong> 中创建自定义任务</p>
+<p>需要在 <strong>org.apache.dolphinscheduler.server.worker.task</strong> 下的 
<strong>TaskManager</strong> 中创建自定义任务</p>
 </li>
 <li>
-<p>需要继承<strong>cn.dolphinscheduler.server.worker.task</strong> 下的 
<strong>AbstractTask</strong></p>
+<p>需要继承<strong>org.apache.dolphinscheduler.server.worker.task</strong> 下的 
<strong>AbstractTask</strong></p>
 </li>
 <li>
 <p>构造方法中实例化 <strong>ShellCommandExecutor</strong></p>
@@ -58,8 +58,8 @@
 </ul>
 <h3>基于非SHELL的任务(参见SqlTask)</h3>
 <ul>
-<li>需要在 <strong>cn.dolphinscheduler.server.worker.task</strong> 下的 
<strong>TaskManager</strong> 中创建自定义任务</li>
-<li>需要继承<strong>cn.dolphinscheduler.server.worker.task</strong> 下的 
<strong>AbstractTask</strong></li>
+<li>需要在 <strong>org.apache.dolphinscheduler.server.worker.task</strong> 下的 
<strong>TaskManager</strong> 中创建自定义任务</li>
+<li>需要继承<strong>org.apache.dolphinscheduler.server.worker.task</strong> 下的 
<strong>AbstractTask</strong></li>
 <li>继承 <strong>AbstractParameters</strong> 自定义任务参数实体</li>
 <li>构造方法或者重写 <strong>AbstractTask</strong> 的 <strong>init</strong> 
方法中,解析自定义任务参数实体</li>
 <li>重写 <strong>handle</strong> 
方法实现业务逻辑并设置相应的<strong>exitStatusCode</strong></li>
diff --git a/zh-cn/development/plugin-development.json 
b/zh-cn/development/plugin-development.json
index 5536b6a..c0bcc60 100644
--- a/zh-cn/development/plugin-development.json
+++ b/zh-cn/development/plugin-development.json
@@ -1,6 +1,6 @@
 {
   "filename": "plugin-development.md",
-  "__html": 
"<h2>任务插件开发</h2>\n<p>提醒:目前任务插件开发暂不支持热部署</p>\n<h3>基于SHELL的任务</h3>\n<h4>基于YARN的计算(参见MapReduceTask)</h4>\n<ul>\n<li>需要在
 <strong>cn.dolphinscheduler.server.worker.task</strong> 下的 
<strong>TaskManager</strong> 
类中创建自定义任务(也需在TaskType注册对应的任务类型)</li>\n<li>需要继承<strong>cn.dolphinscheduler.server.worker.task</strong>
 下的 <strong>AbstractYarnTask</strong></li>\n<li>构造方法调度 
<strong>AbstractYarnTask</strong> 构造方法</li>\n<li>继承 
<strong>AbstractParameters</strong> 自定义任务参数实体</li>\n<li>重写 <strong> [...]
+  "__html": 
"<h2>任务插件开发</h2>\n<p>提醒:目前任务插件开发暂不支持热部署</p>\n<h3>基于SHELL的任务</h3>\n<h4>基于YARN的计算(参见MapReduceTask)</h4>\n<ul>\n<li>需要在
 <strong>org.apache.dolphinscheduler.server.worker.task</strong> 下的 
<strong>TaskManager</strong> 
类中创建自定义任务(也需在TaskType注册对应的任务类型)</li>\n<li>需要继承<strong>org.apache.dolphinscheduler.server.worker.task</strong>
 下的 <strong>AbstractYarnTask</strong></li>\n<li>构造方法调度 
<strong>AbstractYarnTask</strong> 构造方法</li>\n<li>继承 
<strong>AbstractParameters</strong> 自定义任务参数实体</li>\ [...]
   "link": "/dist/zh-cn/development/plugin-development.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/1.2.1/user_doc/plugin-development.html 
b/zh-cn/docs/1.2.1/user_doc/plugin-development.html
index e16da73..106ba57 100644
--- a/zh-cn/docs/1.2.1/user_doc/plugin-development.html
+++ b/zh-cn/docs/1.2.1/user_doc/plugin-development.html
@@ -15,8 +15,8 @@
 <h3>基于SHELL的任务</h3>
 <h4>基于YARN的计算(参见MapReduceTask)</h4>
 <ul>
-<li>需要在 <strong>cn.dolphinscheduler.server.worker.task</strong> 下的 
<strong>TaskManager</strong> 类中创建自定义任务(也需在TaskType注册对应的任务类型)</li>
-<li>需要继承<strong>cn.dolphinscheduler.server.worker.task</strong> 下的 
<strong>AbstractYarnTask</strong></li>
+<li>需要在 <strong>org.apache.dolphinscheduler.server.worker.task</strong> 下的 
<strong>TaskManager</strong> 类中创建自定义任务(也需在TaskType注册对应的任务类型)</li>
+<li>需要继承<strong>org.apache.dolphinscheduler.server.worker.task</strong> 下的 
<strong>AbstractYarnTask</strong></li>
 <li>构造方法调度 <strong>AbstractYarnTask</strong> 构造方法</li>
 <li>继承 <strong>AbstractParameters</strong> 自定义任务参数实体</li>
 <li>重写 <strong>AbstractTask</strong> 的 <strong>init</strong> 
方法中解析<strong>自定义任务参数</strong></li>
@@ -25,10 +25,10 @@
 <h4>基于非YARN的计算(参见ShellTask)</h4>
 <ul>
 <li>
-<p>需要在 <strong>cn.dolphinscheduler.server.worker.task</strong> 下的 
<strong>TaskManager</strong> 中创建自定义任务</p>
+<p>需要在 <strong>org.apache.dolphinscheduler.server.worker.task</strong> 下的 
<strong>TaskManager</strong> 中创建自定义任务</p>
 </li>
 <li>
-<p>需要继承<strong>cn.dolphinscheduler.server.worker.task</strong> 下的 
<strong>AbstractTask</strong></p>
+<p>需要继承<strong>org.apache.dolphinscheduler.server.worker.task</strong> 下的 
<strong>AbstractTask</strong></p>
 </li>
 <li>
 <p>构造方法中实例化 <strong>ShellCommandExecutor</strong></p>
@@ -58,8 +58,8 @@
 </ul>
 <h3>基于非SHELL的任务(参见SqlTask)</h3>
 <ul>
-<li>需要在 <strong>cn.dolphinscheduler.server.worker.task</strong> 下的 
<strong>TaskManager</strong> 中创建自定义任务</li>
-<li>需要继承<strong>cn.dolphinscheduler.server.worker.task</strong> 下的 
<strong>AbstractTask</strong></li>
+<li>需要在 <strong>org.apache.dolphinscheduler.server.worker.task</strong> 下的 
<strong>TaskManager</strong> 中创建自定义任务</li>
+<li>需要继承<strong>org.apache.dolphinscheduler.server.worker.task</strong> 下的 
<strong>AbstractTask</strong></li>
 <li>继承 <strong>AbstractParameters</strong> 自定义任务参数实体</li>
 <li>构造方法或者重写 <strong>AbstractTask</strong> 的 <strong>init</strong> 
方法中,解析自定义任务参数实体</li>
 <li>重写 <strong>handle</strong> 
方法实现业务逻辑并设置相应的<strong>exitStatusCode</strong></li>
diff --git a/zh-cn/docs/1.2.1/user_doc/plugin-development.json 
b/zh-cn/docs/1.2.1/user_doc/plugin-development.json
index 97fbc72..f322b5d 100644
--- a/zh-cn/docs/1.2.1/user_doc/plugin-development.json
+++ b/zh-cn/docs/1.2.1/user_doc/plugin-development.json
@@ -1,6 +1,6 @@
 {
   "filename": "plugin-development.md",
-  "__html": 
"<h2>任务插件开发</h2>\n<p>提醒:目前任务插件开发暂不支持热部署</p>\n<h3>基于SHELL的任务</h3>\n<h4>基于YARN的计算(参见MapReduceTask)</h4>\n<ul>\n<li>需要在
 <strong>cn.dolphinscheduler.server.worker.task</strong> 下的 
<strong>TaskManager</strong> 
类中创建自定义任务(也需在TaskType注册对应的任务类型)</li>\n<li>需要继承<strong>cn.dolphinscheduler.server.worker.task</strong>
 下的 <strong>AbstractYarnTask</strong></li>\n<li>构造方法调度 
<strong>AbstractYarnTask</strong> 构造方法</li>\n<li>继承 
<strong>AbstractParameters</strong> 自定义任务参数实体</li>\n<li>重写 <strong> [...]
+  "__html": 
"<h2>任务插件开发</h2>\n<p>提醒:目前任务插件开发暂不支持热部署</p>\n<h3>基于SHELL的任务</h3>\n<h4>基于YARN的计算(参见MapReduceTask)</h4>\n<ul>\n<li>需要在
 <strong>org.apache.dolphinscheduler.server.worker.task</strong> 下的 
<strong>TaskManager</strong> 
类中创建自定义任务(也需在TaskType注册对应的任务类型)</li>\n<li>需要继承<strong>org.apache.dolphinscheduler.server.worker.task</strong>
 下的 <strong>AbstractYarnTask</strong></li>\n<li>构造方法调度 
<strong>AbstractYarnTask</strong> 构造方法</li>\n<li>继承 
<strong>AbstractParameters</strong> 自定义任务参数实体</li>\ [...]
   "link": "/dist/zh-cn/docs/1.2.1/user_doc/plugin-development.html",
   "meta": {}
 }
\ No newline at end of file

Reply via email to