dask / dask/dask-yarn

distributed 2022.3.0 no more compatible with dask-yarn because of missing "status" attribute in YarnCluster

Open
#155 7 comments 2 reactions 0 assignees View on GitHub
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

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.