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

[dolphinscheduler] branch dev updated: [Improvement][Install] Add ${zkRoot} description. (#12596)

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

caishunfeng pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 0391d40315 [Improvement][Install] Add ${zkRoot} description. (#12596)
0391d40315 is described below

commit 0391d403154cb5d744222fe522456e49436086f1
Author: Yann Ann <xi...@gmail.com>
AuthorDate: Mon Oct 31 22:58:34 2022 +0800

    [Improvement][Install] Add ${zkRoot} description. (#12596)
    
    * just add comments.
---
 script/env/install_env.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/script/env/install_env.sh b/script/env/install_env.sh
index ebae1c389e..8de1c78637 100644
--- a/script/env/install_env.sh
+++ b/script/env/install_env.sh
@@ -58,4 +58,6 @@ installPath=${installPath:-"/tmp/dolphinscheduler"}
 deployUser=${deployUser:-"dolphinscheduler"}
 
 # The root of zookeeper, for now DolphinScheduler default registry server is zookeeper.
+# It will delete ${zkRoot} in the zookeeper when you run install.sh, so please keep it same as registry.zookeeper.namespace in yml files.
+# Similarly, if you want to modify the value, please modify registry.zookeeper.namespace in yml files as well.
 zkRoot=${zkRoot:-"/dolphinscheduler"}