Dask分布式诊断网页无法正常工作 [英] Dask Distributed Diagnostic Webpage not working

查看:164
本文介绍了Dask分布式诊断网页无法正常工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经启动dask并在群集上运行,但是似乎无法访问诊断网页.登陆页面可见,见下文:

I've gotten dask up and running on my cluster, but I can't seem to access the diagnostic webpage. The landing page is visible, see below:

但是所有链接只会挂起,并且永远不会加载页面.

But all the links just hang and never load the page.

调度程序开始时显示以下输出:

The scheduler started fine with this output:

[hoffmand@h05u06 ~]$ dask-scheduler --scheduler-file dask-scheduler.json
distributed.scheduler - INFO - -----------------------------------------------
distributed.scheduler - INFO -   Scheduler at:   tcp://10.36.105.16:8786
distributed.scheduler - INFO -       bokeh at:              0.0.0.0:8788
distributed.scheduler - INFO -        http at:              0.0.0.0:9786
distributed.bokeh.application - INFO - Web UI: http://127.0.0.1:8787/status/
distributed.scheduler - INFO - -----------------------------------------------
distributed.scheduler - INFO - Register tcp://10.36.107.15:37780
distributed.scheduler - INFO - Starting worker compute stream, tcp://10.36.107.15:37780

推荐答案

我刚刚遇到了同样的问题,显然bokeh< = 0.12.5和tornado = 4.5(请参见

I just experienced the same issue, and apparently, with bokeh <= 0.12.5 and tornado = 4.5 (see https://github.com/dask/distributed/issues/1027)

所以:

  • Downgrade your tornado to 4.4.3
  • Upgrade bokeh to 0.12.7 (or at least 0.12.6 apparently)

我刚刚升级到bokeh 0.12.7,它的工作原理就像是一种魅力.

I just upgraded to bokeh 0.12.7 and it works like a charm.

这篇关于Dask分布式诊断网页无法正常工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆