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 7a02f96 Update standalone-deployment.md
7a02f96 is described below
commit 7a02f96d1a50e4f9fc6cae1cdfe38c0786591e1d
Author: dailidong <[email protected]>
AuthorDate: Tue Oct 13 14:56:19 2020 +0800
Update standalone-deployment.md
---
docs/en-us/1.3.1/user_doc/standalone-deployment.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en-us/1.3.1/user_doc/standalone-deployment.md
b/docs/en-us/1.3.1/user_doc/standalone-deployment.md
index c829432..1bbe6da 100644
--- a/docs/en-us/1.3.1/user_doc/standalone-deployment.md
+++ b/docs/en-us/1.3.1/user_doc/standalone-deployment.md
@@ -258,7 +258,7 @@ mysql -uroot -p
resourceStorageType="HDFS"
# here is an example of saving to a local file system
- # Note: If you want to upload to HDFS and the NameNode has HA enabled, you
need to put core-site.xml and hdfs-site.xml in the conf directory. In this
example, it is placed under /opt/dolphinscheduler/conf, and Configure the
namenode cluster name; if the NameNode is not HA, modify it to a specific IP or
host name.
+ # Note: If you want to upload resource files to HDFS and the NameNode has
HA enabled, you need to put core-site.xml and hdfs-site.xml in the
installPath/conf directory. In this example, it is placed under
/opt/soft/dolphinscheduler/conf, and Configure the namenode cluster name; if
the NameNode is not HA, modify it to a specific IP or host name.
defaultFS="file:///data/dolphinscheduler"