Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 317 Bytes

02-run.md

File metadata and controls

24 lines (16 loc) · 317 Bytes

Run

Run scheduler

Get current IP

SHEDULERIP=$(ip route get 8.8.8.8 | head -1 | cut -d' ' -f7)
echo $SHEDULERIP

Run scheduler

dask-scheduler

After run open a browser in SHEDULERIP:8787 to see the scheduler web interface

Run worker

dask-worker $SHEDULERIP:8786