Preparing a cluster of machines#
To use a bunch of available machines to do the work we have to create a dask cluster first
Make sure all nodes have a comparable hardware architecture and software state
Make sure the
daskpackage is installed on every nodePrepare transparent
sshaccess for all nodes (pub-key authentication)Log into one of the nodes acting as both the
schedulerand theworkerStart a dask cluster using the
dask-sshtool
dask-ssh node01 node02 node03 node04
The tool will log into all other nodes and start dask-workers there connecting to the scheduler.