You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2021/06/29 02:06:16 UTC

[dolphinscheduler-website] branch master updated: Update standalone-deployment.md (#388)

This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 9806dab  Update standalone-deployment.md (#388)
9806dab is described below

commit 9806dab503cf4af90e94060fdae900420bfb7099
Author: QuakeWang <45...@users.noreply.github.com>
AuthorDate: Tue Jun 29 10:06:09 2021 +0800

    Update standalone-deployment.md (#388)
    
    * Update standalone-deployment.md
    
    add the description about api server port
    
    * Update standalone-deployment.md
    
    Add the description about api server port
---
 docs/en-us/1.3.6/user_doc/standalone-deployment.md | 3 +++
 docs/zh-cn/1.3.6/user_doc/standalone-deployment.md | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/docs/en-us/1.3.6/user_doc/standalone-deployment.md b/docs/en-us/1.3.6/user_doc/standalone-deployment.md
index 7e6e47b..cd202ac 100644
--- a/docs/en-us/1.3.6/user_doc/standalone-deployment.md
+++ b/docs/en-us/1.3.6/user_doc/standalone-deployment.md
@@ -219,6 +219,9 @@ mysql -uroot -p
 
     # specify the user who have permissions to create directory under HDFS/S3 root path
     hdfsRootUser="hdfs"
+    
+    # api server port
+    apiServerPort="12345"
 
     # On which machines to deploy the DS service, choose localhost for this machine
     ips="localhost"
diff --git a/docs/zh-cn/1.3.6/user_doc/standalone-deployment.md b/docs/zh-cn/1.3.6/user_doc/standalone-deployment.md
index 32c9c82..3f2275a 100644
--- a/docs/zh-cn/1.3.6/user_doc/standalone-deployment.md
+++ b/docs/zh-cn/1.3.6/user_doc/standalone-deployment.md
@@ -212,6 +212,9 @@ mysql -uroot -p
 
     # 具备权限创建resourceUploadPath的用户
     hdfsRootUser="hdfs"
+    
+     # 配置 api server port
+    apiServerPort="12345"
 
     #在哪些机器上部署DS服务,本机选localhost
     ips="localhost"