-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cluster and Client creation error when using EMR #124
Comments
I had to downgrade to python3.7 and then it started working again here is the bit from bootstap.sh Notice I pinned to 3.7.x But it'd be good to get to the bottom of it. |
I seem to be having the same issue running on python 3.8
|
Downgraded to python 3.7.9 and all seems well Steps taken
|
Can you try again with latest dask/distributed ? should be 2.30.0. I don't think we want to force users to python 3.7 |
What happened:
Running dask-yarn on EMR causes a repeating error in tornado on client creation.
What you expected to happen:
No error, just the client being created and being able to use it.
Minimal Complete Verifiable Example:
I am using dask-yarn on EMR. I followed the directions outlined here and used the unaltered bootstrap-dask script from this repo. I used the
emr-5.29.0
release to avoid the other bootstrap issue #122. Connect to the master node and open jupyter notebook. Start with a new notebook.I then get this error every few seconds reported back to the notebook:
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: