distributed 2022.3.0 no more compatible with dask-yarn because of missing "status" attribute in YarnCluster
Open
- Dominant language
- Python
- Stars
- 69
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
**What happened**: error while creating Client object
**What you expected to happen**: correct init
**Minimal Complete Verifiable Example**:
```python
from dask_yarn import YarnCluster
from dask.distributed import Client
# Create a cluster
cluster = YarnCluster()
# Connect to the cluster
client = Client(cluster)
```
**Anything else we need to know?**:
**Environment**:
- Dask version: 2022.3.0
- Python version: 3.8.X
- Operating System: Linux
- Install method (conda, pip, source): pip
Contributor guide
Assessment
This issue has not been assessed yet.