Dask: Setup a Cluster where multiple machines can connect to

前提是你 提交于 2020-06-17 15:45:06

问题


From the docs, there is a class called Cluster, but other than for the LocalCluster, I can not find any docs about how to setup a Cluster which accepts workers from different machines (as this is described for LocalClusterhere.

Are there some recommendations out there?

Related question: 1 (only reference on the docs as above)


回答1:


The answer is SSHCluster It is based on asyncsshand can have multiple workers per machine in the cluster. Make sure to have pre requirements installed.



来源:https://stackoverflow.com/questions/61902582/dask-setup-a-cluster-where-multiple-machines-can-connect-to

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!