dask / dask-yarn

Deploy dask on YARN clusters
http://yarn.dask.org
BSD 3-Clause "New" or "Revised" License
69 stars 41 forks source link

Support setting host/port/dashboard_address #109

Closed jcrist closed 4 years ago

jcrist commented 4 years ago

In local deploy mode, it can be useful to pre-specify the host/port/dashboard_address for a cluster. This supports this, both as constructor kwargs and in configuration. In remote deploy mode random ports are still used.

Fixes #99 Supersedes #100 Supersedes #85