This is an automated email from the ASF dual-hosted git repository.
zhongjiajie 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 b655aa9b1f [doc] Correct resource in HDFS HA cluster (#10445)
b655aa9b1f is described below
commit b655aa9b1fa4292042fad46835752f8403733634
Author: Jiajie Zhong <[email protected]>
AuthorDate: Wed Jun 15 11:08:18 2022 +0800
[doc] Correct resource in HDFS HA cluster (#10445)
---
docs/docs/en/guide/resource/configuration.md | 2 +-
docs/docs/zh/guide/resource/configuration.md | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/docs/docs/en/guide/resource/configuration.md
b/docs/docs/en/guide/resource/configuration.md
index ffae6db97e..b411a929f4 100644
--- a/docs/docs/en/guide/resource/configuration.md
+++ b/docs/docs/en/guide/resource/configuration.md
@@ -124,4 +124,4 @@ alert.rpc.port=50052
>
> * If only the `api-server/conf/common.properties` file is configured, then
> resource uploading is enabled, but you can not use resources in task. If you
> want to use or execute the files in the workflow you need to configure
> `worker-server/conf/common.properties` too.
> * If you want to use the resource upload function, the deployment user in
> [installation and deployment](../installation/standalone.md) must have
> relevant operation authority.
-> * If you using a Hadoop cluster with HA, you need to enable HDFS resource
upload, and you need to copy the `core-site.xml` and `hdfs-site.xml` under the
Hadoop cluster to `/opt/dolphinscheduler/conf`, otherwise skip this copy step.
\ No newline at end of file
+> * If you using a Hadoop cluster with HA, you need to enable HDFS resource
upload, and you need to copy the `core-site.xml` and `hdfs-site.xml` under the
Hadoop cluster to `worker-server/conf` and `api-server/conf`, otherwise skip
this copy step.
\ No newline at end of file
diff --git a/docs/docs/zh/guide/resource/configuration.md
b/docs/docs/zh/guide/resource/configuration.md
index a12184a9db..3c6d66281b 100644
--- a/docs/docs/zh/guide/resource/configuration.md
+++ b/docs/docs/zh/guide/resource/configuration.md
@@ -124,5 +124,4 @@ alert.rpc.port=50052
>
> * 如果只配置了 `api-server/conf/common.properties`
> 的文件,则只是开启了资源上传的操作,并不能满足正常使用。如果想要在工作流中执行相关文件则需要额外配置
> `worker-server/conf/common.properties`。
> * 如果用到资源上传的功能,那么[安装部署](../installation/standalone.md)中,部署用户需要有这部分的操作权限。
-> * 如果 Hadoop 集群的 NameNode 配置了 HA 的话,需要开启 HDFS 类型的资源上传,同时需要将 Hadoop 集群下的
`core-site.xml` 和 `hdfs-site.xml` 复制到 `/opt/dolphinscheduler/conf`,非 NameNode
HA 跳过次步骤。
->
+> * 如果 Hadoop 集群的 NameNode 配置了 HA 的话,需要开启 HDFS 类型的资源上传,同时需要将 Hadoop 集群下的
`core-site.xml` 和 `hdfs-site.xml` 复制到 `worker-server/conf` 以及
`api-server/conf`,非 NameNode HA 跳过次步骤。