Fix note of ps context.

This commit is contained in:
ZPaC 2021-10-21 17:04:35 +08:00
parent 63fa6d850e
commit b82b3087c9
1 changed files with 7 additions and 0 deletions

View File

@ -845,12 +845,19 @@ def set_ps_context(**kwargs):
These environment variables are listed below:
MS_SERVER_NUM: Server number
MS_WORKER_NUM: Worker number
MS_SCHED_HOST: Scheduler IP address
MS_SCHED_PORT: Scheduler port
MS_ROLE: The role of this process:
MS_SCHED: represents the scheduler,
MS_WORKER: represents the worker,
MS_PSERVER: represents the Server
Args: