Skip to content
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

Support for Dask-Yarn #77

Closed
bschreck opened this issue Aug 7, 2019 · 7 comments
Closed

Support for Dask-Yarn #77

bschreck opened this issue Aug 7, 2019 · 7 comments

Comments

@bschreck
Copy link

bschreck commented Aug 7, 2019

I'm not sure how hard it would be to allow Dask Yarn clusters. I tried it, and it fails because there is no asynchronous keyword in YarnCluster.__init__. I'm not sure if launching the cluster asynchronously would be necessary for this functionality.

@mrocklin
Copy link
Member

mrocklin commented Aug 7, 2019 via email

@ian-r-rose
Copy link
Collaborator

While the async story settles, you might want to try using this branch, which removes the need for async cluster starting.

@bschreck
Copy link
Author

bschreck commented Aug 7, 2019

@mrocklin That looks like it would probably resolve the issue.

In the meantime I think I can easily create my own branch. @ian-r-rose that doesn't quite work because there's no cluster.scheduler attribute for the YarnCluster.

@bschreck
Copy link
Author

bschreck commented Aug 7, 2019

This seems to be working: https://github.com/bschreck/dask-labextension

@AlJohri
Copy link

AlJohri commented Mar 7, 2020

hi, just wanted to check in on this issue- what is required to support Dask Yarn with the lab extension? I mostly just want to see the dask dashboard within jupyter lab, I can start the dask YarnCluster manually. Does this already work?

@mrocklin
Copy link
Member

mrocklin commented Mar 8, 2020

I recommend that people ask these questions at github.com/dask/dask-yarn . The maintainer of Dask-Yarn sometimes doesn't check issues here.

@jcrist
Copy link
Member

jcrist commented Mar 8, 2020

Apologies for the late response here. As of dask-yarn 0.8.0, asynchronous support works fine. Tested and verified it works with dask-labextension. This can be closed.

@jcrist jcrist closed this as completed Mar 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants