From 0391d403154cb5d744222fe522456e49436086f1 Mon Sep 17 00:00:00 2001 From: Yann Ann Date: Mon, 31 Oct 2022 22:58:34 +0800 Subject: [PATCH] [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"}