Browse Source

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

* just add comments.
3.2.0-release
Yann Ann 2 years ago committed by GitHub
parent
commit
0391d40315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      script/env/install_env.sh

2
script/env/install_env.sh vendored

@ -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"}

Loading…
Cancel
Save