Ver Fonte

[Improvement][Install] Add ${zkRoot} description. (#12596)

* just add comments.
Yann Ann há 2 anos atrás
pai
commit
0391d40315
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      script/env/install_env.sh

+ 2 - 0
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"}