dask / dask/dask-yarn

Modify the dask dashboard to work through the yarn proxy

Open
#27 0 comments 4 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
69
Forks
40
PR merge metrics
No merged PRs in 30d

Description

The dask dashboard relies on modern web features like websockets, which are incompatible with the yarn proxy. To get around this we can either:

- Modify the dashboard to optionally use ajax polling, as seen in [this example](https://github.com/jcrist/skein/tree/master/examples/pricing_dashboard)
- Create a new, simpler dashboard to use with yarn deployments. The dashboard is just a scheduler plugin, so it wouldn't necessarily have to live in the distributed repo (although it might).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.