You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?The text was updated successfully, but these errors were encountered: