This is an automated email from the ASF dual-hosted git repository.
SbloodyS pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 835c495290 [Fix-18239] [Docs] Fix outdated Spark documentation links
(#18241)
835c495290 is described below
commit 835c49529035e83b32cec1caa4b7769cf08bb25d
Author: yueqingshu <[email protected]>
AuthorDate: Sun May 10 09:33:51 2026 +0800
[Fix-18239] [Docs] Fix outdated Spark documentation links (#18241)
Co-authored-by: xiangzihao <[email protected]>
---
docs/docs/en/guide/task/spark.md | 4 ++--
docs/docs/zh/guide/task/spark.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/docs/en/guide/task/spark.md b/docs/docs/en/guide/task/spark.md
index 9e1f912f35..9e5ee18fb2 100644
--- a/docs/docs/en/guide/task/spark.md
+++ b/docs/docs/en/guide/task/spark.md
@@ -4,9 +4,9 @@
Spark task type for executing Spark application. When executing the Spark
task, the worker will submits a job to the Spark cluster by following commands:
-(1) `spark submit` method to submit tasks. See
[spark-submit](https://archive.apache.org/dist/spark/docs/3.2.1/#running-the-examples-and-shell)
for more details.
+(1) `spark submit` method to submit tasks. See
[spark-submit](https://spark.apache.org/docs/latest/submitting-applications.html#launching-applications-with-spark-submit)
for more details.
-(2) `spark sql` method to submit tasks. See [spark
sql](https://archive.apache.org/dist/spark/docs/3.2.1/api/sql/index.html) for
more details.
+(2) `spark sql` method to submit tasks. See [spark
sql](https://spark.apache.org/docs/latest/sql-distributed-sql-engine-spark-sql-cli.html)
for more details.
## Create Task
diff --git a/docs/docs/zh/guide/task/spark.md b/docs/docs/zh/guide/task/spark.md
index 190f6ac841..666a33edb8 100644
--- a/docs/docs/zh/guide/task/spark.md
+++ b/docs/docs/zh/guide/task/spark.md
@@ -4,9 +4,9 @@
Spark 任务类型用于执行 Spark 应用。对于 Spark 节点,worker 支持两个不同类型的 spark 命令提交任务:
-(1) `spark submit` 方式提交任务。更多详情查看
[spark-submit](https://archive.apache.org/dist/spark/docs/3.2.1/#running-the-examples-and-shell)。
+(1) `spark submit` 方式提交任务。更多详情查看
[spark-submit](https://spark.apache.org/docs/latest/submitting-applications.html#launching-applications-with-spark-submit)。
-(2) `spark sql` 方式提交任务。更多详情查看 [spark
sql](https://archive.apache.org/dist/spark/docs/3.2.1/api/sql/index.html)。
+(2) `spark sql` 方式提交任务。更多详情查看 [spark
sql](https://spark.apache.org/docs/latest/sql-distributed-sql-engine-spark-sql-cli.html)。
## 创建任务