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

Pass dashboard address to client #176

Closed
quartox opened this issue May 17, 2019 · 2 comments
Closed

Pass dashboard address to client #176

quartox opened this issue May 17, 2019 · 2 comments

Comments

@quartox
Copy link

quartox commented May 17, 2019

Our cluster has restricted ports and I found this page explaining how to specify the port for the dashboard using the parameter --dashboard-address. Is there a way to pass this to the skein client in python?

@jcrist
Copy link
Owner

jcrist commented Jun 17, 2019

Apologies for missing this issue. As this is dask-specific issue, I've created a new issue in the dask-yarn repo: dask/dask-yarn#69.

Specifying something like an address is tricky, as we don't know what ports are available on the node. Currently both the scheduler and dashboard ports are chosen as random open ports. Perhaps we should allow configuring a range of viable ports (other tools do this)?

When I use dask-yarn I usually create a new cluster, then port forward the dashboard port as needed.

@jcrist
Copy link
Owner

jcrist commented Jun 17, 2019

Moving discussion to dask/dask-yarn#69.

@jcrist jcrist closed this as completed Jun 17, 2019
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

2 participants