Closed dieselcat closed 5 years ago
Moving this to dask-yarn. cc'ing @jcrist
This PR might be relevant: https://github.com/dask/dask-yarn/pull/78
Yeah, I'm using my fork until this is merged in (pip install git+https://github.com/AlJohri/dask-yarn.git#egg=dask-yarn
)
Thanks for the issue report, this was fixed in #78. dask-yarn
version 0.6.2
has been released with this patch, and is available now on PyPI (and soon on conda-forge). Closing.
I've got a standard deployment of Dask 2.0 on AWS EMR Cluster with original bootstrap shell script. I can connect to Jupyter Notebook and run the example code:
But when trying to scale up the cluster through widget I get an error:
App log contains the following warning:
/mnt/yarn/usercache/hadoop/appcache/application_.../container_.../environment/lib/python3.6/site-packages/distributed/nanny.py:102: UserWarning: the ncores= parameter has moved to nthreads=
The problem disappeared after I changed the line 585 to:
cores = sum(w['nthreads'] for w in workers.values()) if workers.values() else 0
Environment details: