You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ni...@apache.org on 2022/12/16 10:51:58 UTC

[dolphinscheduler] branch nielifeng-patch-1 created (now 80084dc2b9)

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

nielifeng pushed a change to branch nielifeng-patch-1
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


      at 80084dc2b9 Update pseudo-cluster.md

This branch includes the following new commits:

     new 80084dc2b9 Update pseudo-cluster.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[dolphinscheduler] 01/01: Update pseudo-cluster.md

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nielifeng pushed a commit to branch nielifeng-patch-1
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git

commit 80084dc2b9ea1ecb81bd03e3e9f8c44300cb9d56
Author: lifeng <53...@users.noreply.github.com>
AuthorDate: Fri Dec 16 18:51:51 2022 +0800

    Update pseudo-cluster.md
---
 docs/docs/zh/guide/installation/pseudo-cluster.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/docs/zh/guide/installation/pseudo-cluster.md b/docs/docs/zh/guide/installation/pseudo-cluster.md
index d0fceab177..9d96a1e18c 100644
--- a/docs/docs/zh/guide/installation/pseudo-cluster.md
+++ b/docs/docs/zh/guide/installation/pseudo-cluster.md
@@ -99,7 +99,7 @@ deployUser="dolphinscheduler"
 
 文件 `./bin/env/dolphinscheduler_env.sh` 描述了下列配置:
 
-- DolphinScheduler 的数据库配置,详细配置方法见[初始化数据库](#初始化数据库)
+- DolphinScheduler 的数据库配置,详细配置方法见[初始化数据库]( `初始化数据库` )
 - 一些任务类型外部依赖路径或库文件,如 `JAVA_HOME` 和 `SPARK_HOME`都是在这里定义的
 
 如果您不使用某些任务类型,您可以忽略任务外部依赖项,但您必须根据您的环境更改 `JAVA_HOME`、注册中心和数据库相关配置。
@@ -138,7 +138,7 @@ export PATH=$HADOOP_HOME/bin:$SPARK_HOME/bin:$PYTHON_HOME/bin:$JAVA_HOME/bin:$HI
 
 ## 初始化数据库
 
-请参考 [数据源配置](../howto/datasource-setting.md) `伪分布式/分布式安装初始化数据库` 创建并初始化数据库
+请参考 ` 数据源配置`  `伪分布式/分布式安装初始化数据库` 创建并初始化数据库
 
 ## 启动 DolphinScheduler