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

commit 3bbe1049950e3ef156250c1ff1b4bb6fa9eb9f96
Author: dailidong <[email protected]>
AuthorDate: Tue Oct 13 14:59:38 2020 +0800

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

diff --git a/docs/en-us/1.3.2/user_doc/standalone-deployment.md 
b/docs/en-us/1.3.2/user_doc/standalone-deployment.md
index 2dd62ab..c1e9378 100644
--- a/docs/en-us/1.3.2/user_doc/standalone-deployment.md
+++ b/docs/en-us/1.3.2/user_doc/standalone-deployment.md
@@ -204,7 +204,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 file(jar file and so on)to HDFS and 
the NameNode has HA enabled, you need to put core-site.xml and hdfs-site.xml of 
hadoop cluster 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"
 
     # if not use hadoop resourcemanager, please keep default value; if 
resourcemanager HA enable, please type the HA ips ; if resourcemanager is 
single, make this value empty

Reply via email to