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 427f6e7  Update cluster-deployment.md
427f6e7 is described below

commit 427f6e745c211a780c30aa17275924de8e38c796
Author: dailidong <[email protected]>
AuthorDate: Tue Oct 13 20:58:29 2020 +0800

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

diff --git a/docs/en-us/1.2.0/user_doc/cluster-deployment.md 
b/docs/en-us/1.2.0/user_doc/cluster-deployment.md
index 2c47681..fa08ab4 100755
--- a/docs/en-us/1.2.0/user_doc/cluster-deployment.md
+++ b/docs/en-us/1.2.0/user_doc/cluster-deployment.md
@@ -270,7 +270,7 @@ mysql -uroot -p
     # Where are some sql and other resource files used for business uploaded. 
Can be set: HDFS, S3, NONE. If a standalone wants to use the local file system, 
please configure it as HDFS, because HDFS supports the local file system; if 
you do not need the resource upload function, select NONE. One important point: 
using a local file system does not require the deployment of Hadoop.
     resUploadStartupType="HDFS"
     
-    # 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 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="hdfs://mycluster:8020"
     
     

Reply via email to