Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Defining UCX for scheduler fails to build cluster on UCX #2885

Open
quasiben opened this issue Jul 25, 2019 · 1 comment
Open

Defining UCX for scheduler fails to build cluster on UCX #2885

quasiben opened this issue Jul 25, 2019 · 1 comment

Comments

@quasiben
Copy link
Member

(cudf-dev) bzaitlen@dgx15:~$ dask-scheduler --protocol ucx --port 51467
distributed.scheduler - INFO - -----------------------------------------------
distributed.scheduler - INFO - Local Directory:    /tmp/scheduler-v_s6vwy0
distributed.scheduler - INFO - -----------------------------------------------
distributed.scheduler - INFO - Clear task state
/home/nfs/bzaitlen/GitRepos/distributed/distributed/dashboard/core.py:74: UserWarning:
Port 8787 is already in use.
Perhaps you already have a cluster running?
Hosting the diagnostics dashboard on a random port instead.
  warnings.warn("\n" + msg)
distributed.scheduler - INFO -   Scheduler at: tcp://10.33.227.165:51467
distributed.scheduler - INFO -   dashboard at:                    :46243

Scheduler should live at ucx://

@quasiben
Copy link
Member Author

With --host things work as expected:

(cudf-dev) bzaitlen@dgx15:~$ dask-scheduler --protocol ucx  --host ucx://10.33.225.165:42841
distributed.scheduler - INFO - -----------------------------------------------
distributed.scheduler - INFO - Local Directory:    /tmp/scheduler-l_rxqx8s
distributed.scheduler - INFO - -----------------------------------------------
distributed.scheduler - INFO - Clear task state
/home/nfs/bzaitlen/GitRepos/distributed/distributed/dashboard/core.py:74: UserWarning:
Port 8787 is already in use.
Perhaps you already have a cluster running?
Hosting the diagnostics dashboard on a random port instead.
  warnings.warn("\n" + msg)
distributed.scheduler - INFO -   Scheduler at: ucx://10.33.225.165:42841
distributed.scheduler - INFO -   dashboard at:       10.33.225.165:46512

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant