dask / dask/distributed

Method to set dask config path

Open
#744 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1.7k
Forks
778
Avg merge
2h 50m
Merged PRs (30d)
3

Description

I'm using dask distributed on an HPC cluster that makes $HOME not writable from batch jobs (can only write to a Scratch space). Ran into failures where dask tried to initialize its config from a job. The solution is to simply change where dask stores its config, currently it's hardcoded to the user home. IPython parallel and jupyter let you set environment variables to override the defaults which seems to work fine.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.