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 240f844 Update standalone-deployment.md
240f844 is described below
commit 240f8446bd4b6cdef8be0a1fc98044a09c65c0eb
Author: dailidong <[email protected]>
AuthorDate: Tue Oct 13 14:52:15 2020 +0800
Update standalone-deployment.md
---
docs/zh-cn/1.2.1/user_doc/standalone-deployment.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/zh-cn/1.2.1/user_doc/standalone-deployment.md
b/docs/zh-cn/1.2.1/user_doc/standalone-deployment.md
index ffca167..54a5910 100644
--- a/docs/zh-cn/1.2.1/user_doc/standalone-deployment.md
+++ b/docs/zh-cn/1.2.1/user_doc/standalone-deployment.md
@@ -217,7 +217,7 @@ mysql> flush privileges;
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
@@ -449,4 +449,4 @@ sh ./bin/dolphinscheduler-daemon.sh start alert-server
sh ./bin/dolphinscheduler-daemon.sh stop alert-server
```
-`注:服务用途请具体参见《系统架构设计》小节`
\ No newline at end of file
+`注:服务用途请具体参见《系统架构设计》小节`