DolphinScheduler/script
Jiajie Zhong de50f43de6
[common] Make dolphinscheduler_env.sh work when start server (#9726)
* [common] Make dolphinscheduler_env.sh work

* Change dist tarball `dolphinscheduler_env.sh` location
  from `bin/` to `conf/`, which users could finish their
  change configuration operation in one single directory.
  and we only need to add `$DOLPHINSCHEDULER_HOME/conf`
  when we start our sever instead of adding both
  `$DOLPHINSCHEDULER_HOME/conf` and `$DOLPHINSCHEDULER_HOME/bin`
* Change the `start.sh`'s path of `dolphinscheduler_env.sh`
* Change the setting order of `dolphinscheduler_env.sh`
* `bin/env/dolphinscheduler_env.sh` will overwrite the `<server>/conf/dolphinscheduler_env.sh`
when start the server using `bin/dolphinsceduler_daemon.sh` or `bin/install.sh`
* Change the related docs
2022-04-25 15:35:43 +08:00
..
env [common] Make dolphinscheduler_env.sh work when start server (#9726) 2022-04-25 15:35:43 +08:00
dolphinscheduler-daemon.sh [common] Make dolphinscheduler_env.sh work when start server (#9726) 2022-04-25 15:35:43 +08:00
install.sh [Bug] [Dev] Fix start/stop/status/init script error (#9514) 2022-04-16 21:34:53 +08:00
remove-zk-node.sh [FIX-9471][Script] fix run install.sh error (#9472) 2022-04-13 17:53:05 +08:00
scp-hosts.sh [common] Make dolphinscheduler_env.sh work when start server (#9726) 2022-04-25 15:35:43 +08:00
start-all.sh [Bug][Script] Fix the type of variable workersGroupMap is not supported in bash 3.x (#9614) 2022-04-25 11:32:09 +08:00
status-all.sh [Bug][Script] Fix the type of variable workersGroupMap is not supported in bash 3.x (#9614) 2022-04-25 11:32:09 +08:00
stop-all.sh [Bug][Script] Fix the type of variable workersGroupMap is not supported in bash 3.x (#9614) 2022-04-25 11:32:09 +08:00