Allow forwarding CLI options
Open
- Dominant language
- Python
- Stars
- 69
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
Some options on the distributed CLI should be settable via dask-yarn (e.g. `--dashboard-address`). There are a few ways we could accomplish this:
- Update distributed so that all parameters are also part of the configuration. Users could then provide them via `env` (or via configuration #42).
- Add an option to specify these parameters as part of the command
From https://github.com/jcrist/skein/issues/176.
Contributor guide
Assessment
This issue has not been assessed yet.