-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Comments
I think that this would be resolved by
dask/dask-yarn#95 , but I'm not sure. It would
require some experimentation. cc @jcrist
…On Wed, Aug 7, 2019 at 11:52 AM Ben Schreck ***@***.***> wrote:
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#77?email_source=notifications&email_token=AACKZTAQTT5XCZONAPYZ57DQDMKVHA5CNFSM4IKDJJSKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HD7AQPA>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AACKZTANM6XDI4ORRFAHJB3QDMKVHANCNFSM4IKDJJSA>
.
|
While the async story settles, you might want to try using this branch, which removes the need for async cluster starting. |
@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 |
This seems to be working: https://github.com/bschreck/dask-labextension |
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? |
I recommend that people ask these questions at github.com/dask/dask-yarn . The maintainer of Dask-Yarn sometimes doesn't check issues here. |
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. |
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 inYarnCluster.__init__
. I'm not sure if launching the cluster asynchronously would be necessary for this functionality.The text was updated successfully, but these errors were encountered: