dask / dask-yarn

Deploy dask on YARN clusters
http://yarn.dask.org
BSD 3-Clause "New" or "Revised" License
69 stars 41 forks source link

add client.shutdown() and cluster.shutdown() to quickstart code snippet #142

Closed PatrikHlobil closed 3 years ago

PatrikHlobil commented 3 years ago

I struggled about 2 hours why submitted Dask application wouldn't stop in YARN until I finally realized in the buttom of the quickstart section it was described that you also have to shutdown the cluster and not only the client.

I added this information in the first code snippet, which is the entry point for the reader in my opinion and slightly improves the documentation.

Thanks for your work on this library.

Best Patrik