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

[WIP] Support dynamic allocation #19

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

WeichenXu123
Copy link
Collaborator

@WeichenXu123 WeichenXu123 commented Jun 25, 2020

Support dynamic allocation, in this PR:

    n_jobs is None will request 1 worker.
    n_jobs=-1 means requesting all available workers,
    but if cluster in dynamic allocation mode and available workers is zero
    then use spark_default_parallelism and trigger spark worker dynamic allocation

@WeichenXu123 WeichenXu123 changed the title Support dynamic allocation [WIP] Support dynamic allocation Aug 28, 2020
@WeichenXu123 WeichenXu123 reopened this Apr 21, 2021
@Vincent-Maladiere
Copy link

Hey @WeichenXu123, I used your PR, and it works like a charm! This should be merged :)

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

Successfully merging this pull request may close these issues.

2 participants