You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ch...@apache.org on 2022/11/07 11:16:29 UTC

[dolphinscheduler] branch 3.0.2-prepare updated: [docs] change optional parameters --jar to --jars for Spark (#12385) (#12386) (#12791)

This is an automated email from the ASF dual-hosted git repository.

chufenggao pushed a commit to branch 3.0.2-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/3.0.2-prepare by this push:
     new ace49b9fb6 [docs] change optional parameters --jar to --jars for Spark (#12385) (#12386) (#12791)
ace49b9fb6 is described below

commit ace49b9fb635c8ba4430054a7570740ed2fe4fc0
Author: Eric Gao <er...@gmail.com>
AuthorDate: Mon Nov 7 19:16:21 2022 +0800

    [docs] change optional parameters --jar to --jars for Spark (#12385) (#12386) (#12791)
    
    Co-authored-by: limaiwang <li...@163.com>
---
 docs/docs/zh/guide/task/spark.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/docs/zh/guide/task/spark.md b/docs/docs/zh/guide/task/spark.md
index b5ee2d84b4..c4ac0de25d 100644
--- a/docs/docs/zh/guide/task/spark.md
+++ b/docs/docs/zh/guide/task/spark.md
@@ -39,7 +39,7 @@ Spark  任务类型用于执行 Spark 应用。对于 Spark 节点,worker 支
 - Executor 数量:用于设置 Executor 的数量,可根据实际生产环境设置对应的内存数。
 - Executor 内存数:用于设置 Executor 内存数,可根据实际生产环境设置对应的内存数。
 - 主程序参数:设置 Spark 程序的输入参数,支持自定义参数变量的替换。
-- 选项参数:支持 `--jar`、`--files`、`--archives`、`--conf` 格式。
+- 选项参数:支持 `--jars`、`--files`、`--archives`、`--conf` 格式。
 - 资源:如果其他参数中引用了资源文件,需要在资源中选择指定。
 - 自定义参数:是 Spark 局部的用户自定义参数,会替换脚本中以 ${变量} 的内容。
 - 前置任务:选择当前任务的前置任务,会将被选择的前置任务设置为当前任务的上游。