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 7bec490 Update standalone-deployment.md
7bec490 is described below
commit 7bec49090235a851989617be9b30e96d28f6cbb6
Author: dailidong <[email protected]>
AuthorDate: Tue Oct 13 14:50:34 2020 +0800
Update standalone-deployment.md
---
docs/zh-cn/1.2.0/user_doc/standalone-deployment.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/zh-cn/1.2.0/user_doc/standalone-deployment.md
b/docs/zh-cn/1.2.0/user_doc/standalone-deployment.md
index 867e4a3..39bd9db 100755
--- a/docs/zh-cn/1.2.0/user_doc/standalone-deployment.md
+++ b/docs/zh-cn/1.2.0/user_doc/standalone-deployment.md
@@ -220,7 +220,7 @@ mysql -uroot -p
resUploadStartupType="HDFS"
# 这里以保存到本地文件系统为例
-
#注:但是如果你想上传到HDFS的话,NameNode启用了HA,则需要将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