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/10/13 06:48:12 UTC

[incubator-dolphinscheduler-website] branch master updated: Update standalone-deployment.md

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 c024a38  Update standalone-deployment.md
c024a38 is described below

commit c024a38af8a09d893e2d0dbc6f41b292333f518f
Author: dailidong <da...@gmail.com>
AuthorDate: Tue Oct 13 14:48:03 2020 +0800

    Update standalone-deployment.md
---
 docs/zh-cn/1.3.1/user_doc/standalone-deployment.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh-cn/1.3.1/user_doc/standalone-deployment.md b/docs/zh-cn/1.3.1/user_doc/standalone-deployment.md
index 133e04e..bd2b76e 100644
--- a/docs/zh-cn/1.3.1/user_doc/standalone-deployment.md
+++ b/docs/zh-cn/1.3.1/user_doc/standalone-deployment.md
@@ -197,7 +197,7 @@ mysql -uroot -p
     resourceStorageType="HDFS"
 
     # 这里以保存到本地文件系统为例
-    #注:但是如果你想上传到HDFS的话,NameNode启用了HA,则需要将hadoop的配置文件core-site.xml和hdfs-site.xml放到conf目录下,本例即是放到/opt/dolphinscheduler/conf下面,并配置namenode cluster名称;如果NameNode不是HA,则修改为具体的ip或者主机名即可
+    # 如果上传资源保存想保存在hadoop上,hadoop集群的NameNode启用了HA的话,需要将hadoop的配置文件core-site.xml和hdfs-site.xml放到安装路径(上面的installPath)的conf目录下,本例即是放到/opt/soft/dolphinscheduler/conf下面,并配置namenode cluster名称;如果NameNode不是HA,则只需要将mycluster修改为具体的ip或者主机名即可
     defaultFS="file:///data/dolphinscheduler"    #hdfs://{具体的ip/主机名}:8020
 
     # 如果没有使用到Yarn,保持以下默认值即可;如果ResourceManager是HA,则配置为ResourceManager节点的主备ip或者hostname,比如"192.168.xx.xx,192.168.xx.xx";如果是单ResourceManager请配置yarnHaIps=""即可