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

document status dashboard needs bokeh better? #112

Open AlJohri opened 4 years ago

AlJohri commented 4 years ago

I embarrassingly struggled with this for quite some time and only really solved it after throwing PDBs in random places. I kept seeing that the dashboard link was None despite seemingly doing everything right.

Screen Shot 2020-01-17 at 11 45 49 AM

All I needed to do was install bokeh 😂

I actually do see its documented here https://distributed.dask.org/en/latest/web.html#connecting-to-web-interface but being new to dask I didn't really know how all these libraries are connected.

P.S. tornado 6 works fine now so that can be removed from the sample EMR script

AlJohri commented 4 years ago

for example this link seems to think that the dashboard UI would work without bokeh installed? https://jupyterhub-on-hadoop.readthedocs.io/en/latest/dask.html

maybe this was a more recent change?