Skip to content

Commit

Permalink
Fixed bug for worker connection String (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
helloaashish authored Jul 22, 2024
1 parent 0853f6d commit 0214d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dfanalyzer/dask/scripts/start_dask_worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ echo "Activated Env"
if [ "x${DFTRACER_WORKER_CONNECTION_STRING}" != "x" ]; then
dask_scheduler_conn=${DFTRACER_WORKER_CONNECTION_STRING}
else
dask_scheduler_conn=--scheduler-file ${DFTRACER_CONFIG_RUN_DIR}/scheduler_${USER}.json
dask_scheduler_conn="--scheduler-file ${DFTRACER_CONFIG_RUN_DIR}/scheduler_${USER}.json"
fi

while :
Expand Down

0 comments on commit 0214d82

Please sign in to comment.