Skip to content

[WIP] Support dynamic allocation#19

Open
WeichenXu123 wants to merge 5 commits into
joblib:masterfrom
WeichenXu123:support_dyn
Open

[WIP] Support dynamic allocation#19
WeichenXu123 wants to merge 5 commits into
joblib:masterfrom
WeichenXu123:support_dyn

Conversation

@WeichenXu123
Copy link
Copy Markdown
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
Copy Markdown

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