python - Dask 分布式诊断网页无法正常工作

标签 python parallel-processing distributed-computing dask

我已经在我的集群上启动并运行了 dask,但我似乎无法访问诊断网页。着陆页可见,如下所示:

enter image description here

但是所有链接都挂起,永远不会加载页面。

调度程序开始时输出正常:

[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(参见 https://github.com/dask/distributed/issues/1027)

所以要么:

  • 将你的 tornado 降级到 4.4.3
  • bokeh 升级到 0.12.7(或至少 0.12.6 apparently)

我刚刚升级到 bokeh 0.12.7,它的效果非常好。

关于python - Dask 分布式诊断网页无法正常工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43483820/

相关文章:

python - 在 Pandas 数据框 python 中寻找值(value)

linux - 我可以等待特定的子进程在 perl 中终止吗

architecture - 不同计算机体系结构之间数据传输的问题

python - 如何将 numpy 数组从 3D (4,1,10) 转换为 (10,1,4)

python - UnicodeDecodeError,utf-8 无效连续字节

python - numpy.array 不能正常工作?

java - Weld CDI 环境中的并行 Web 服务访问

iphone - 在 TableView 中使用 GCD 和加载缩略图时遇到问题

apache-spark - Spark 流数据如何存储

elasticsearch - Elasticsearch为索引分配主节点和副本节点