This is an automated email from the ASF dual-hosted git repository.
zihaoxiang 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 680d2e0b05 Repair resource configuration exist typo (#15988)
680d2e0b05 is described below
commit 680d2e0b056ba5f717c1e527f084eb6ceeac92cc
Author: licc6 <[email protected]>
AuthorDate: Mon May 13 19:47:47 2024 +0800
Repair resource configuration exist typo (#15988)
Co-authored-by: fuchanghai <[email protected]>
---
docs/docs/zh/guide/resource/configuration.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/docs/zh/guide/resource/configuration.md
b/docs/docs/zh/guide/resource/configuration.md
index 739d6fb30c..19a34c577c 100644
--- a/docs/docs/zh/guide/resource/configuration.md
+++ b/docs/docs/zh/guide/resource/configuration.md
@@ -195,5 +195,5 @@ appId.collect: log
>
> * 如果只配置了 `api-server/conf/common.properties`
> 的文件,则只是开启了资源上传的操作,并不能满足正常使用。如果想要在工作流中执行相关文件则需要额外配置
> `worker-server/conf/common.properties`。
> * 如果用到资源上传的功能,那么[安装部署](../installation/standalone.md)中,部署用户需要有这部分的操作权限。
-> * 如果 Hadoop 集群的 NameNode 配置了 HA 的话,需要开启 HDFS 类型的资源上传,同时需要将 Hadoop 集群下的
`core-site.xml` 和 `hdfs-site.xml` 复制到 `worker-server/conf` 以及
`api-server/conf`,非 NameNode HA 跳过次步骤。
+> * 如果 Hadoop 集群的 NameNode 配置了 HA 的话,需要开启 HDFS 类型的资源上传,同时需要将 Hadoop 集群下的
`core-site.xml` 和 `hdfs-site.xml` 复制到 `worker-server/conf` 以及
`api-server/conf`,非 NameNode HA 跳过此步骤。