Justin Swaney
03/19/2020, 9:47 PMalex
03/19/2020, 9:51 PMJustin Swaney
03/19/2020, 9:53 PMdagster_dask
and pointing to a scheduler I started in the configalex
03/19/2020, 9:58 PMdagit
?Justin Swaney
03/19/2020, 10:00 PMalex
03/19/2020, 10:02 PMcat $DAGSTER_HOME/dagster.yaml
Justin Swaney
03/19/2020, 10:04 PMalex
03/19/2020, 10:05 PMdagit
Justin Swaney
03/19/2020, 10:05 PMalex
03/19/2020, 10:05 PMrun_storage
and event_storage
Justin Swaney
03/19/2020, 10:06 PMalex
03/19/2020, 10:08 PMDask
integration so im excited to see how it all works once you get it set up!Justin Swaney
03/19/2020, 10:21 PMDAGSTER_HOME
propagated to all dask-workers
for this to work. Can be configured in jobqueue.yaml
on the Dask side:
# in ~/.config/dask/jobqueue.yaml
sge:
job-extra: ['-v DAGSTER_HOME=/shared/dagster']
/shared
is a volume that all workers have access to. Also, you have to make sure to start new jobs if you update your source code, otherwise the dask-workers
will be running stale pipelinesalex
03/20/2020, 8:01 PMJustin Swaney
03/20/2020, 8:56 PMalex
03/20/2020, 9:49 PM0.7.5