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 13c2d7c0e6 Automated deployment: 
3c1ca9301a648e2aa9ed11e718d630d098c7f6fc
13c2d7c0e6 is described below

commit 13c2d7c0e6bdbc164ee3d47be6db2fc59f6d542f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Apr 11 05:32:02 2026 +0000

    Automated deployment: 3c1ca9301a648e2aa9ed11e718d630d098c7f6fc
---
 data/doc/en-us.json                                |  11 ++
 data/doc/zh-cn.json                                |  11 ++
 fetch/doc/en-us/dev.json                           |  10 ++
 fetch/doc/zh-cn/dev.json                           |  10 ++
 img/tasks/demo/emr_serverless_create.png           | Bin 0 -> 290612 bytes
 pages/doc/en-us/dev/guide/task/emr-serverless.json | 194 +++++++++++++++++++++
 pages/doc/zh-cn/dev/guide/task/emr-serverless.json | 194 +++++++++++++++++++++
 7 files changed, 430 insertions(+)

diff --git a/data/doc/en-us.json b/data/doc/en-us.json
index ea444069f1..9d954e21c3 100644
--- a/data/doc/en-us.json
+++ b/data/doc/en-us.json
@@ -43521,6 +43521,17 @@
       "Amazon EMR"
     ]
   },
+  {
+    "content": "Amazon EMR Serverless\nOverview\nAmazon EMR Serverless task 
type, for submitting and monitoring job runs on Amazon EMR Serverless 
applications.\nUnlike traditional EMR on EC2, EMR Serverless requires no 
cluster infrastructure management and automatically scales compute resources on 
demand, suitable for Spark and Hive workloads.\nUsing aws-java-sdk in the 
background code, to transfer JSON parameters to a StartJobRunRequest 
object\nand submit it to AWS via the StartJobRun A [...]
+    "version": "dev",
+    "link": "/guide/task/emr-serverless",
+    "title": "Amazon EMR Serverless",
+    "location": [
+      "Introduction to Functions",
+      "Task",
+      "Amazon EMR Serverless"
+    ]
+  },
   {
     "content": "Apache Zeppelin\nOverview\nUse Zeppelin Task to create a 
zeppelin-type task and execute zeppelin notebook paragraphs. When the worker 
executes Zeppelin Task,\nit will call Zeppelin Client API to trigger zeppelin 
notebook paragraph. Click here for details about Apache Zeppelin 
Notebook.\nCreate Task\n\nClick Project Management -&gt; Project Name -&gt; 
Workflow Definition, and click the Create Workflow button to enter the DAG 
editing page.\nDrag  from the toolbar to the can [...]
     "version": "dev",
diff --git a/data/doc/zh-cn.json b/data/doc/zh-cn.json
index 159776a853..5227c9800a 100644
--- a/data/doc/zh-cn.json
+++ b/data/doc/zh-cn.json
@@ -39077,6 +39077,17 @@
       "Amazon EMR"
     ]
   },
+  {
+    "content": "Amazon EMR Serverless\n综述\nAmazon EMR Serverless 任务类型,用于向 
Amazon EMR Serverless 应用程序提交并监控作业运行。\n与传统的 EMR on EC2 不同,EMR Serverless 
无需管理集群基础设施,按需自动扩缩容计算资源,适用于 Spark 和 Hive 工作负载。\n后台使用 aws-java-sdk 将 JSON 参数转换为 
StartJobRunRequest 对象,\n通过 StartJobRun API 提交到 AWS,并通过 GetJobRun API 
轮询作业状态直到完成。\n创建任务\n\n点击 项目管理 -&gt; 项目名称 -&gt; 工作流定义,点击 创建工作流 按钮进入 DAG 
编辑页面。\n从工具栏中拖拽 AmazonEMRServerless 
任务到画布中完成创建。\n\n任务参数\n\n默认参数说明请参考DolphinScheduler任务参数附录默认任务参数一栏。\n\n\n\n\n任务参数\n描述\n\n\n\n\nApp
 [...]
+    "version": "dev",
+    "link": "/guide/task/emr-serverless",
+    "title": "Amazon EMR Serverless",
+    "location": [
+      "功能介绍",
+      "任务类型",
+      "Amazon EMR Serverless"
+    ]
+  },
   {
     "content": "Apache Zeppelin\n综述\nZeppelin任务类型,用于创建并执行Zeppelin类型任务。worker 
执行该任务的时候,会通过Zeppelin Cient API触发Zeppelin Notebook Paragraph。\n点击这里 获取更多关于Apache 
Zeppelin 
Notebook的信息。\n创建任务\n\n点击项目管理-项目名称-工作流定义,点击&quot;创建工作流&quot;按钮,进入DAG编辑页面。\n工具栏中拖动
  
到画板中,即可完成创建。\n\n任务参数\n\n默认参数说明请参考DolphinScheduler任务参数附录默认任务参数一栏。\n\n\n\n\n任务参数\n描述\n\n\n\n\nZeppelin
 Note ID\nZeppelin Note对应的唯一ID\n\n\nZeppelin Paragraph ID\nZeppelin 
Paragraph对应的唯一ID。如果你想一次性调度整个note,这一栏不填即可\n\n\nZeppelin Rest Endpoint\n您的Zepp 
[...]
     "version": "dev",
diff --git a/fetch/doc/en-us/dev.json b/fetch/doc/en-us/dev.json
index 77895ca605..4c9ae09b7a 100644
--- a/fetch/doc/en-us/dev.json
+++ b/fetch/doc/en-us/dev.json
@@ -306,6 +306,16 @@
             ],
             "key": "/guide/task/emr"
           },
+          {
+            "title": "Amazon EMR Serverless",
+            "children": [],
+            "location": [
+              "Introduction to Functions",
+              "Task",
+              "Amazon EMR Serverless"
+            ],
+            "key": "/guide/task/emr-serverless"
+          },
           {
             "title": "Apache Zeppelin",
             "children": [],
diff --git a/fetch/doc/zh-cn/dev.json b/fetch/doc/zh-cn/dev.json
index e51c3a7be4..a2113c6034 100644
--- a/fetch/doc/zh-cn/dev.json
+++ b/fetch/doc/zh-cn/dev.json
@@ -306,6 +306,16 @@
             ],
             "key": "/guide/task/emr"
           },
+          {
+            "title": "Amazon EMR Serverless",
+            "children": [],
+            "location": [
+              "功能介绍",
+              "任务类型",
+              "Amazon EMR Serverless"
+            ],
+            "key": "/guide/task/emr-serverless"
+          },
           {
             "title": "Apache Zeppelin",
             "children": [],
diff --git a/img/tasks/demo/emr_serverless_create.png 
b/img/tasks/demo/emr_serverless_create.png
new file mode 100644
index 0000000000..ba13ba153e
Binary files /dev/null and b/img/tasks/demo/emr_serverless_create.png differ
diff --git a/pages/doc/en-us/dev/guide/task/emr-serverless.json 
b/pages/doc/en-us/dev/guide/task/emr-serverless.json
new file mode 100644
index 0000000000..3745d3c4df
--- /dev/null
+++ b/pages/doc/en-us/dev/guide/task/emr-serverless.json
@@ -0,0 +1,194 @@
+{
+  "__html": "<h1 id=\"amazon-emr-serverless\">Amazon EMR Serverless</h1>\n<h2 
id=\"overview\">Overview</h2>\n<p>Amazon EMR Serverless task type, for 
submitting and monitoring job runs on <a 
href=\"https://docs.aws.amazon.com/emr/latest/EMR-Serverless-UserGuide/emr-serverless.html\";>Amazon
 EMR Serverless</a> applications.\nUnlike traditional EMR on EC2, EMR 
Serverless requires no cluster infrastructure management and automatically 
scales compute resources on demand, suitable for Spark and [...]
+  "location": [
+    "Introduction to Functions",
+    "Task",
+    "Amazon EMR Serverless"
+  ],
+  "structure": [
+    {
+      "title": "Overview",
+      "children": [
+        {
+          "title": "Submit a Spark Job",
+          "children": [],
+          "anchor": "submit-a-spark-job"
+        },
+        {
+          "title": "Submit a Hive Job",
+          "children": [],
+          "anchor": "submit-a-hive-job"
+        },
+        {
+          "title": "Using IAM Role (Recommended)",
+          "children": [],
+          "anchor": "using-iam-role-(recommended)"
+        },
+        {
+          "title": "Using Access Key",
+          "children": [],
+          "anchor": "using-access-key"
+        }
+      ],
+      "anchor": "overview"
+    },
+    {
+      "title": "Create Task",
+      "children": [
+        {
+          "title": "Submit a Spark Job",
+          "children": [],
+          "anchor": "submit-a-spark-job"
+        },
+        {
+          "title": "Submit a Hive Job",
+          "children": [],
+          "anchor": "submit-a-hive-job"
+        },
+        {
+          "title": "Using IAM Role (Recommended)",
+          "children": [],
+          "anchor": "using-iam-role-(recommended)"
+        },
+        {
+          "title": "Using Access Key",
+          "children": [],
+          "anchor": "using-access-key"
+        }
+      ],
+      "anchor": "create-task"
+    },
+    {
+      "title": "Task Parameters",
+      "children": [
+        {
+          "title": "Submit a Spark Job",
+          "children": [],
+          "anchor": "submit-a-spark-job"
+        },
+        {
+          "title": "Submit a Hive Job",
+          "children": [],
+          "anchor": "submit-a-hive-job"
+        },
+        {
+          "title": "Using IAM Role (Recommended)",
+          "children": [],
+          "anchor": "using-iam-role-(recommended)"
+        },
+        {
+          "title": "Using Access Key",
+          "children": [],
+          "anchor": "using-access-key"
+        }
+      ],
+      "anchor": "task-parameters"
+    },
+    {
+      "title": "Task Example",
+      "children": [
+        {
+          "title": "Submit a Spark Job",
+          "children": [],
+          "anchor": "submit-a-spark-job"
+        },
+        {
+          "title": "Submit a Hive Job",
+          "children": [],
+          "anchor": "submit-a-hive-job"
+        },
+        {
+          "title": "Using IAM Role (Recommended)",
+          "children": [],
+          "anchor": "using-iam-role-(recommended)"
+        },
+        {
+          "title": "Using Access Key",
+          "children": [],
+          "anchor": "using-access-key"
+        }
+      ],
+      "anchor": "task-example"
+    },
+    {
+      "title": "AWS Authentication Configuration",
+      "children": [
+        {
+          "title": "Submit a Spark Job",
+          "children": [],
+          "anchor": "submit-a-spark-job"
+        },
+        {
+          "title": "Submit a Hive Job",
+          "children": [],
+          "anchor": "submit-a-hive-job"
+        },
+        {
+          "title": "Using IAM Role (Recommended)",
+          "children": [],
+          "anchor": "using-iam-role-(recommended)"
+        },
+        {
+          "title": "Using Access Key",
+          "children": [],
+          "anchor": "using-access-key"
+        }
+      ],
+      "anchor": "aws-authentication-configuration"
+    },
+    {
+      "title": "Job State Transitions",
+      "children": [
+        {
+          "title": "Submit a Spark Job",
+          "children": [],
+          "anchor": "submit-a-spark-job"
+        },
+        {
+          "title": "Submit a Hive Job",
+          "children": [],
+          "anchor": "submit-a-hive-job"
+        },
+        {
+          "title": "Using IAM Role (Recommended)",
+          "children": [],
+          "anchor": "using-iam-role-(recommended)"
+        },
+        {
+          "title": "Using Access Key",
+          "children": [],
+          "anchor": "using-access-key"
+        }
+      ],
+      "anchor": "job-state-transitions"
+    },
+    {
+      "title": "Notice",
+      "children": [
+        {
+          "title": "Submit a Spark Job",
+          "children": [],
+          "anchor": "submit-a-spark-job"
+        },
+        {
+          "title": "Submit a Hive Job",
+          "children": [],
+          "anchor": "submit-a-hive-job"
+        },
+        {
+          "title": "Using IAM Role (Recommended)",
+          "children": [],
+          "anchor": "using-iam-role-(recommended)"
+        },
+        {
+          "title": "Using Access Key",
+          "children": [],
+          "anchor": "using-access-key"
+        }
+      ],
+      "anchor": "notice"
+    }
+  ],
+  "title": "Amazon EMR Serverless",
+  "link": "/guide/task/emr-serverless"
+}
\ No newline at end of file
diff --git a/pages/doc/zh-cn/dev/guide/task/emr-serverless.json 
b/pages/doc/zh-cn/dev/guide/task/emr-serverless.json
new file mode 100644
index 0000000000..cd8e5cc4b2
--- /dev/null
+++ b/pages/doc/zh-cn/dev/guide/task/emr-serverless.json
@@ -0,0 +1,194 @@
+{
+  "__html": "<h1 id=\"amazon-emr-serverless\">Amazon EMR Serverless</h1>\n<h2 
id=\"综述\">综述</h2>\n<p>Amazon EMR Serverless 任务类型,用于向 <a 
href=\"https://docs.aws.amazon.com/emr/latest/EMR-Serverless-UserGuide/emr-serverless.html\";>Amazon
 EMR Serverless</a> 应用程序提交并监控作业运行。\n与传统的 EMR on EC2 不同,EMR Serverless 
无需管理集群基础设施,按需自动扩缩容计算资源,适用于 Spark 和 Hive 工作负载。</p>\n<p>后台使用 <a 
href=\"https://aws.amazon.com/cn/sdk-for-java/\";>aws-java-sdk</a> 将 JSON 参数转换为 
<a href=\"https://docs.aws.amazon.com/AWSJavaSDK [...]
+  "location": [
+    "功能介绍",
+    "任务类型",
+    "Amazon EMR Serverless"
+  ],
+  "structure": [
+    {
+      "title": "综述",
+      "children": [
+        {
+          "title": "提交 Spark 作业",
+          "children": [],
+          "anchor": "提交-spark-作业"
+        },
+        {
+          "title": "提交 Hive 作业",
+          "children": [],
+          "anchor": "提交-hive-作业"
+        },
+        {
+          "title": "使用 IAM Role(推荐)",
+          "children": [],
+          "anchor": "使用-iam-role(推荐)"
+        },
+        {
+          "title": "使用 Access Key",
+          "children": [],
+          "anchor": "使用-access-key"
+        }
+      ],
+      "anchor": "综述"
+    },
+    {
+      "title": "创建任务",
+      "children": [
+        {
+          "title": "提交 Spark 作业",
+          "children": [],
+          "anchor": "提交-spark-作业"
+        },
+        {
+          "title": "提交 Hive 作业",
+          "children": [],
+          "anchor": "提交-hive-作业"
+        },
+        {
+          "title": "使用 IAM Role(推荐)",
+          "children": [],
+          "anchor": "使用-iam-role(推荐)"
+        },
+        {
+          "title": "使用 Access Key",
+          "children": [],
+          "anchor": "使用-access-key"
+        }
+      ],
+      "anchor": "创建任务"
+    },
+    {
+      "title": "任务参数",
+      "children": [
+        {
+          "title": "提交 Spark 作业",
+          "children": [],
+          "anchor": "提交-spark-作业"
+        },
+        {
+          "title": "提交 Hive 作业",
+          "children": [],
+          "anchor": "提交-hive-作业"
+        },
+        {
+          "title": "使用 IAM Role(推荐)",
+          "children": [],
+          "anchor": "使用-iam-role(推荐)"
+        },
+        {
+          "title": "使用 Access Key",
+          "children": [],
+          "anchor": "使用-access-key"
+        }
+      ],
+      "anchor": "任务参数"
+    },
+    {
+      "title": "任务样例",
+      "children": [
+        {
+          "title": "提交 Spark 作业",
+          "children": [],
+          "anchor": "提交-spark-作业"
+        },
+        {
+          "title": "提交 Hive 作业",
+          "children": [],
+          "anchor": "提交-hive-作业"
+        },
+        {
+          "title": "使用 IAM Role(推荐)",
+          "children": [],
+          "anchor": "使用-iam-role(推荐)"
+        },
+        {
+          "title": "使用 Access Key",
+          "children": [],
+          "anchor": "使用-access-key"
+        }
+      ],
+      "anchor": "任务样例"
+    },
+    {
+      "title": "AWS 认证配置",
+      "children": [
+        {
+          "title": "提交 Spark 作业",
+          "children": [],
+          "anchor": "提交-spark-作业"
+        },
+        {
+          "title": "提交 Hive 作业",
+          "children": [],
+          "anchor": "提交-hive-作业"
+        },
+        {
+          "title": "使用 IAM Role(推荐)",
+          "children": [],
+          "anchor": "使用-iam-role(推荐)"
+        },
+        {
+          "title": "使用 Access Key",
+          "children": [],
+          "anchor": "使用-access-key"
+        }
+      ],
+      "anchor": "aws-认证配置"
+    },
+    {
+      "title": "作业状态流转",
+      "children": [
+        {
+          "title": "提交 Spark 作业",
+          "children": [],
+          "anchor": "提交-spark-作业"
+        },
+        {
+          "title": "提交 Hive 作业",
+          "children": [],
+          "anchor": "提交-hive-作业"
+        },
+        {
+          "title": "使用 IAM Role(推荐)",
+          "children": [],
+          "anchor": "使用-iam-role(推荐)"
+        },
+        {
+          "title": "使用 Access Key",
+          "children": [],
+          "anchor": "使用-access-key"
+        }
+      ],
+      "anchor": "作业状态流转"
+    },
+    {
+      "title": "注意事项",
+      "children": [
+        {
+          "title": "提交 Spark 作业",
+          "children": [],
+          "anchor": "提交-spark-作业"
+        },
+        {
+          "title": "提交 Hive 作业",
+          "children": [],
+          "anchor": "提交-hive-作业"
+        },
+        {
+          "title": "使用 IAM Role(推荐)",
+          "children": [],
+          "anchor": "使用-iam-role(推荐)"
+        },
+        {
+          "title": "使用 Access Key",
+          "children": [],
+          "anchor": "使用-access-key"
+        }
+      ],
+      "anchor": "注意事项"
+    }
+  ],
+  "title": "Amazon EMR Serverless",
+  "link": "/guide/task/emr-serverless"
+}
\ No newline at end of file

Reply via email to