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

[dask] Fix running on k8s. #6343

Merged
merged 9 commits into from Nov 11, 2020
Merged

[dask] Fix running on k8s. #6343

merged 9 commits into from Nov 11, 2020

Commits on Nov 5, 2020

  1. Fix running dask on k8s.

    * Avoid accessing `scheduler_info()['workers']`.
    * Avoid calling `client.gather` inside task.
    * Avoid using `client.scheduler_address`.
    trivialfis committed Nov 5, 2020
    Copy the full SHA
    93ca298 View commit details
    Browse the repository at this point in the history
  2. Fix GPU test.

    trivialfis committed Nov 5, 2020
    Copy the full SHA
    dc28e2a View commit details
    Browse the repository at this point in the history
  3. Fix CPU tests.

    trivialfis committed Nov 5, 2020
    Copy the full SHA
    d0155bb View commit details
    Browse the repository at this point in the history
  4. Small cleanup.

    trivialfis committed Nov 5, 2020
    Copy the full SHA
    9d9a266 View commit details
    Browse the repository at this point in the history
  5. lint.

    trivialfis committed Nov 5, 2020
    Copy the full SHA
    52c9628 View commit details
    Browse the repository at this point in the history
  6. Add test option.

    trivialfis committed Nov 5, 2020
    Copy the full SHA
    5d232df View commit details
    Browse the repository at this point in the history
  7. Revert "Add test option."

    This reverts commit 5d232df.
    trivialfis committed Nov 5, 2020
    Copy the full SHA
    da2119c View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Consistent naming.

    trivialfis committed Nov 10, 2020
    Copy the full SHA
    69c2418 View commit details
    Browse the repository at this point in the history
  2. Fix init test.

    trivialfis committed Nov 10, 2020
    Copy the full SHA
    c1f2c86 View commit details
    Browse the repository at this point in the history