You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by li...@apache.org on 2020/11/25 03:41:14 UTC

[incubator-dolphinscheduler-website] branch master updated: Fix Flink doc

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

lidongdai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 9a0682e  Fix Flink doc
     new 2b6508b  Merge pull request #213 from zh0122/patch-1
9a0682e is described below

commit 9a0682e9115c601f30c84941da3420b0444279ab
Author: zh0122 <zh...@users.noreply.github.com>
AuthorDate: Tue Nov 24 14:26:28 2020 +0800

    Fix Flink doc
    
    Change Spark to Flink
---
 docs/zh-cn/1.3.3/user_doc/system-manual.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh-cn/1.3.3/user_doc/system-manual.md b/docs/zh-cn/1.3.3/user_doc/system-manual.md
index 06942ef..0679064 100644
--- a/docs/zh-cn/1.3.3/user_doc/system-manual.md
+++ b/docs/zh-cn/1.3.3/user_doc/system-manual.md
@@ -755,7 +755,7 @@ worker.groups=default,test
 - taskManage数量:可以设置taskManage数
 - jobManager内存数:可以设置jobManager内存数
 - taskManager内存数:可以设置taskManager内存数
-- 命令行参数:是设置Spark程序的输入参数,支持自定义参数变量的替换。
+- 命令行参数:是设置Flink程序的输入参数,支持自定义参数变量的替换。
 - 其他参数:支持 --jars、--files、--archives、--conf格式
 - 资源:如果其他参数中引用了资源文件,需要在资源中选择指定
 - 自定义参数:是Flink局部的用户自定义参数,会替换脚本中以${变量}的内容