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

commit 9c43bc783905ed22c7875bff7bcad8931786d2ca
Author: dailidong <[email protected]>
AuthorDate: Tue Oct 13 14:54:55 2020 +0800

    Update standalone-deployment.md
---
 docs/en-us/1.2.0/user_doc/standalone-deployment.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en-us/1.2.0/user_doc/standalone-deployment.md 
b/docs/en-us/1.2.0/user_doc/standalone-deployment.md
index 5ec5cf1..700f3ad 100755
--- a/docs/en-us/1.2.0/user_doc/standalone-deployment.md
+++ b/docs/en-us/1.2.0/user_doc/standalone-deployment.md
@@ -220,7 +220,7 @@ mysql -uroot -p
     resUploadStartupType="HDFS"
     
     # Take the local file system as an example.
-    # 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"    # hdfs://{ip|hostname}:8020
     
     

Reply via email to