Closed superbobry closed 6 years ago
Thank you @superbobry for your two issues. Would you be interested in submitting a PR to fix these, ideally with tests that show the fix?
Surely, will do.
Knit is being superseded by Skein (https://github.com/jcrist/skein). The new library is much more resilient to different hadoop configurations, and more flexible for deploying custom applications. If your intent is to deploy dask on yarn, dask-yarn (http://dask-yarn.readthedocs.io/) has been rewritten to use skein instead. Closing.
According to
ContainerId
API docs, its string representation is constructed according to the following format:https://github.com/dask/knit/blob/24a5e33ab5d6b4235cadf79f7e4244eb9935e9b4/knit/yarn_api.py#L130
It seems that the current version of the code ignores the fact that epoch can be non-zero and therefore could return an empty list of containers, even though there're running containers for a given application.