|
@@ -185,10 +185,10 @@ bash ./bin/dolphinscheduler-daemon.sh start alert-server
|
|
|
bash ./bin/dolphinscheduler-daemon.sh stop alert-server
|
|
|
```
|
|
|
|
|
|
-> **_Note1:_**: Each server have `dolphinscheduler_env.sh` file in path `<server-name>/conf/dolphinscheduler_env.sh` which
|
|
|
-> for micro-services need. It means that you could start all servers by command `<server-name>/bin/start.sh` with different
|
|
|
-> environment variable from `bin/env/dolphinscheduler_env.sh`. But it will use file `bin/env/dolphinscheduler_env.sh` overwrite
|
|
|
-> `<server-name>/conf/dolphinscheduler_env.sh` if you start server with command `/bin/dolphinscheduler-daemon.sh start <server-name>`.
|
|
|
+> **_Note1:_**: Each server have `dolphinscheduler_env.sh` file in path `<service>/conf/dolphinscheduler_env.sh` which
|
|
|
+> for micro-services need. It means that you could start all servers by command `<service>/bin/start.sh` with different
|
|
|
+> environment variable from `<service>/conf/dolphinscheduler_env.sh`. But it will use file `bin/env/dolphinscheduler_env.sh` overwrite
|
|
|
+> `<service>/conf/dolphinscheduler_env.sh` if you start server with command `/bin/dolphinscheduler-daemon.sh start <service>`.
|
|
|
|
|
|
> **_Note2:_**: Please refer to the section of "System Architecture Design" for service usage. Python gateway service is
|
|
|
> started along with the api-server, and if you do not want to start Python gateway service please disabled it by changing
|