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 fde6392b76 Automated deployment: 
f7c776c5bd6c31f407896bd638bf868fb51c0c98
fde6392b76 is described below

commit fde6392b76c07647df9099a89e44f9c06e6cad23
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 9 05:06:45 2024 +0000

    Automated deployment: f7c776c5bd6c31f407896bd638bf868fb51c0c98
---
 data/doc/en-us.json                      |   2 +-
 data/doc/zh-cn.json                      |   2 +-
 img/tasks/demo/java_fat.png              | Bin 0 -> 49867 bytes
 img/tasks/demo/java_normal.png           | Bin 0 -> 52542 bytes
 pages/doc/en-us/dev/guide/task/java.json |   2 +-
 pages/doc/zh-cn/dev/guide/task/java.json |   2 +-
 python/2.0.5/.buildinfo                  |   2 +-
 python/2.0.6/.buildinfo                  |   2 +-
 python/2.0.7/.buildinfo                  |   2 +-
 python/3.0.0/.buildinfo                  |   2 +-
 python/3.0.1/.buildinfo                  |   2 +-
 python/3.1.0/.buildinfo                  |   2 +-
 python/4.0.0/.buildinfo                  |   2 +-
 python/4.0.1/.buildinfo                  |   2 +-
 python/4.0.2/.buildinfo                  |   2 +-
 python/4.0.3/.buildinfo                  |   2 +-
 python/4.0.4/.buildinfo                  |   2 +-
 python/main/.buildinfo                   |   2 +-
 18 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/data/doc/en-us.json b/data/doc/en-us.json
index 30bc7ee108..d4025376d3 100644
--- a/data/doc/en-us.json
+++ b/data/doc/en-us.json
@@ -34911,7 +34911,7 @@
     ]
   },
   {
-    "content": "Overview\nThis node is for executing java-type tasks and 
supports using files and jar packages as program entries.\nCreate 
Tasks\n\n\nClick on Project Management -&gt; Project Name -&gt; Workflow 
Definition, click on the “Create workflow” button, go to the DAG edit 
page:\n\n\nDrag the toolbar's Java task node to the palette.\n\n\nTask 
Parameters\n\nPlease refer to DolphinScheduler Task Parameters Appendix Default 
Task Parameters section for default parameters.\n\n\n\n\nPa [...]
+    "content": "Overview\nThis node is used to execute tasks of the Java type 
and supports running jar packages of the FAT_JAR and NORMAL_JAR types.\nCreate 
Tasks\n\n\nClick on Project Management -&gt; Project Name -&gt; Workflow 
Definition, click on the “Create workflow” button, go to the DAG edit 
page:\n\n\nDrag the toolbar's Java task node to the palette.\n\n\nTask 
Parameters\n\nPlease refer to DolphinScheduler Task Parameters Appendix Default 
Task Parameters section for default param [...]
     "version": "dev",
     "link": "/guide/task/java",
     "title": "Overview",
diff --git a/data/doc/zh-cn.json b/data/doc/zh-cn.json
index f493182f8f..a756bdb114 100644
--- a/data/doc/zh-cn.json
+++ b/data/doc/zh-cn.json
@@ -30707,7 +30707,7 @@
     ]
   },
   {
-    "content": "JAVA 节点\n综述\n该节点用于执行 java 
类型的任务,支持使用单文件和jar包作为程序入口。\n创建任务\n\n\n点击项目管理 -&gt; 项目名称 -&gt; 
工作流定义,点击”创建工作流”按钮,进入 DAG 
编辑页面:\n\n\n拖动工具栏的JAVA任务节点到画板中。\n\n\n任务参数\n\n默认参数说明请参考DolphinScheduler任务参数附录默认任务参数一栏。\n\n\n\n\n任务参数\n描述\n\n\n\n\n模块路径\n开启使用JAVA9+的模块化特性,把所有资源放入--module-path中,要求您的worker中的JDK版本支持模块化\n\n\n主程序参数\n作为普通Java程序main方法入口参数\n\n\n虚拟机参数\n配置启动虚拟机参数\n\n\n脚本\n若使用JAVA运行类型则需要编写JAVA代码。代码中必须存在public类,不用写package语句\n\n\n资源\n可以是外部JAR包也可以是其他资源文件,它们都会被加入到类路径或模块路径中,您可以在�
 ��的JAVA脚本中轻松获取\n\n [...]
+    "content": "JAVA 
节点\n综述\n该节点用于执行Java类型的任务,支持使用FAT_JAR类型和NORMAL_JAR类型的jar包运行。\n创建任务\n\n\n点击项目管理 
-&gt; 项目名称 -&gt; 工作流定义,点击”创建工作流”按钮,进入 DAG 
编辑页面:\n\n\n拖动工具栏的JAVA任务节点到画板中。\n\n\n任务参数\n\n默认参数说明请参考DolphinScheduler任务参数附录默认任务参数一栏。\n\n\n\n\n任务参数\n描述\n\n\n\n\n模块路径\n开启使用JAVA9+的模块化特性,把所有资源放入--module-path中,要求您的worker中的JDK版本支持模块化\n\n\n主程序参数\n作为普通Java程序main方法入口参数\n\n\n虚拟机参数\n配置启动虚拟机参数\n\n\n主类名\n启动类的完整主类名(可选)\n\n\n主程序包\n选择要运行程序的主程序包\n\n\n资源\n可以是外部JAR包也可以是其他资源文件,它们都会被加入到类路径或模块路径中,您可以在自己
 的JAVA脚本中轻松获取\n\ [...]
     "version": "dev",
     "link": "/guide/task/java",
     "title": "JAVA 节点",
diff --git a/img/tasks/demo/java_fat.png b/img/tasks/demo/java_fat.png
new file mode 100644
index 0000000000..61083f91fa
Binary files /dev/null and b/img/tasks/demo/java_fat.png differ
diff --git a/img/tasks/demo/java_normal.png b/img/tasks/demo/java_normal.png
new file mode 100644
index 0000000000..3a2145a0ec
Binary files /dev/null and b/img/tasks/demo/java_normal.png differ
diff --git a/pages/doc/en-us/dev/guide/task/java.json 
b/pages/doc/en-us/dev/guide/task/java.json
index 83bf32a617..436767303b 100644
--- a/pages/doc/en-us/dev/guide/task/java.json
+++ b/pages/doc/en-us/dev/guide/task/java.json
@@ -1,5 +1,5 @@
 {
-  "__html": "<h1 id=\"overview\">Overview</h1>\n<p>This node is for executing 
java-type tasks and supports using files and jar packages as program 
entries.</p>\n<h1 id=\"create-tasks\">Create Tasks</h1>\n<ul>\n<li>\n<p>Click 
on <code>Project Management</code> -&gt; <code>Project Name</code> -&gt; 
<code>Workflow Definition</code>, click on the “Create workflow” button, go to 
the DAG edit page:</p>\n</li>\n<li>\n<p>Drag the toolbar's Java task node to 
the palette.</p>\n</li>\n</ul>\n<h1 id [...]
+  "__html": "<h1 id=\"overview\">Overview</h1>\n<p>This node is used to 
execute tasks of the <code>Java</code> type and supports running 
<code>jar</code> packages of the <code>FAT_JAR</code> and 
<code>NORMAL_JAR</code> types.</p>\n<h1 id=\"create-tasks\">Create 
Tasks</h1>\n<ul>\n<li>\n<p>Click on <code>Project Management</code> -&gt; 
<code>Project Name</code> -&gt; <code>Workflow Definition</code>, click on the 
“Create workflow” button, go to the DAG edit page:</p>\n</li>\n<li>\n<p>Drag  
[...]
   "location": [
     "Introduction to Functions",
     "Task",
diff --git a/pages/doc/zh-cn/dev/guide/task/java.json 
b/pages/doc/zh-cn/dev/guide/task/java.json
index cb95b3949a..bf9186a95b 100644
--- a/pages/doc/zh-cn/dev/guide/task/java.json
+++ b/pages/doc/zh-cn/dev/guide/task/java.json
@@ -1,5 +1,5 @@
 {
-  "__html": "<h1 id=\"java-节点\">JAVA 节点</h1>\n<h2 
id=\"综述\">综述</h2>\n<p>该节点用于执行 java 类型的任务,支持使用单文件和jar包作为程序入口。</p>\n<h2 
id=\"创建任务\">创建任务</h2>\n<ul>\n<li>\n<p>点击项目管理 -&gt; 项目名称 -&gt; 
工作流定义,点击”创建工作流”按钮,进入 DAG 
编辑页面:</p>\n</li>\n<li>\n<p>拖动工具栏的JAVA任务节点到画板中。</p>\n</li>\n</ul>\n<h2 
id=\"任务参数\">任务参数</h2>\n<ul>\n<li>默认参数说明请参考<a 
href=\"/zh-cn/docs/dev/guide/task/appendix\">DolphinScheduler任务参数附录</a><code>默认任务参数</code>一栏。</li>\n</ul>\n<table>\n<thead>\n<tr>\n<th><strong>任务参数</strong></th>\n<th><st
 [...]
+  "__html": "<h1 id=\"java-节点\">JAVA 节点</h1>\n<h2 
id=\"综述\">综述</h2>\n<p>该节点用于执行<code>Java</code>类型的任务,支持使用<code>FAT_JAR</code>类型和<code>NORMAL_JAR</code>类型的<code>jar</code>包运行。</p>\n<h2
 id=\"创建任务\">创建任务</h2>\n<ul>\n<li>\n<p>点击项目管理 -&gt; 项目名称 -&gt; 
工作流定义,点击”创建工作流”按钮,进入 DAG 
编辑页面:</p>\n</li>\n<li>\n<p>拖动工具栏的JAVA任务节点到画板中。</p>\n</li>\n</ul>\n<h2 
id=\"任务参数\">任务参数</h2>\n<ul>\n<li>默认参数说明请参考<a 
href=\"/zh-cn/docs/dev/guide/task/appendix\">DolphinScheduler任务参数附录</a><code>默认任务参数</code>一栏。</li>\n</ul>
 [...]
   "location": [
     "功能介绍",
     "任务类型",
diff --git a/python/2.0.5/.buildinfo b/python/2.0.5/.buildinfo
index a8ac7446f5..a5d5bf3a52 100644
--- a/python/2.0.5/.buildinfo
+++ b/python/2.0.5/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 27151fd7927a82452af6274f005082b2
+config: a267f4a81552945b99d3f52e1bd3a7e5
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.6/.buildinfo b/python/2.0.6/.buildinfo
index 80f5e4cbbb..dc0ca21b3a 100644
--- a/python/2.0.6/.buildinfo
+++ b/python/2.0.6/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: b45835f83f3ae4119240d01787eb48e9
+config: 6c5cc51274fe851d39fbf156454b98a5
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.7/.buildinfo b/python/2.0.7/.buildinfo
index 681a764f70..a87bc0d30d 100644
--- a/python/2.0.7/.buildinfo
+++ b/python/2.0.7/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 23bb3dc0ac5112436f2d6515cc771a31
+config: 3237df0372c6c3e430ce3c546fc04a9b
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.0/.buildinfo b/python/3.0.0/.buildinfo
index f378eff902..4b12a756dd 100644
--- a/python/3.0.0/.buildinfo
+++ b/python/3.0.0/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 06901ccbf6977022004171fc28283eaf
+config: 1326e06088bd8dea2daa65d335e7a3d8
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.1/.buildinfo b/python/3.0.1/.buildinfo
index 022025d61e..99a906cd6e 100644
--- a/python/3.0.1/.buildinfo
+++ b/python/3.0.1/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: f6b1631e6119c9afef54b2fae7e0f5a0
+config: f2a91911cd878a49b10fdc286e500740
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.1.0/.buildinfo b/python/3.1.0/.buildinfo
index 0842b82db1..e5471076ef 100644
--- a/python/3.1.0/.buildinfo
+++ b/python/3.1.0/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: aaeb3b9b44747c579b8e50d26406a6d4
+config: 2a27c5068293ba98d9edb6633d5c8e02
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.0/.buildinfo b/python/4.0.0/.buildinfo
index 1f82012253..8a3d8c9543 100644
--- a/python/4.0.0/.buildinfo
+++ b/python/4.0.0/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 969deca4a71d40cf523bf456321b7448
+config: 550640bb329da8f60696922bef6b310a
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.1/.buildinfo b/python/4.0.1/.buildinfo
index 4cde689bbe..1133e920b4 100644
--- a/python/4.0.1/.buildinfo
+++ b/python/4.0.1/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 6dfa8c1364cb5f2ae7eea622aa1087e0
+config: 11a9dfefb0fca5b978c6af5f7e015101
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.2/.buildinfo b/python/4.0.2/.buildinfo
index a1cd67a061..7e1f5e8382 100644
--- a/python/4.0.2/.buildinfo
+++ b/python/4.0.2/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: b99d142625e7710cddc7b0142abd67ad
+config: 2d1e8fd2df23cdb3f1646738ea7f5d7a
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.3/.buildinfo b/python/4.0.3/.buildinfo
index 7a4b9d0d21..231a3c92ff 100644
--- a/python/4.0.3/.buildinfo
+++ b/python/4.0.3/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: f617ed348d5c53235c6ad402067d69e8
+config: 33933c69267562a0419299f3f317179b
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.4/.buildinfo b/python/4.0.4/.buildinfo
index 1f5931bb3b..ed45a4001f 100644
--- a/python/4.0.4/.buildinfo
+++ b/python/4.0.4/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 58a016f02a11931c8705756d5b1920f6
+config: 9ec84ee3c2ae2f5ffa2db4ca16066c4e
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/main/.buildinfo b/python/main/.buildinfo
index ddf0de50dc..d9def03553 100644
--- a/python/main/.buildinfo
+++ b/python/main/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: bcdbb270852d941fa7485efcd8ca930f
+config: 505653a323d347aadd9c388879071d53
 tags: 645f666f9bcd5a90fca523b33c5a78b7

Reply via email to