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

Ballista: Make shuffle partitions configurable in benchmarks #702

Merged
merged 5 commits into from
Jul 12, 2021

Conversation

andygrove
Copy link
Member

Which issue does this PR close?

Closes #701

Rationale for this change

We shouldn't hard-code configuration settings. User should be able to specify configuration.

What changes are included in this PR?

This introduces a configuration mechanism for a Ballista context based on key-value pairs that can be sent over protobuf to the scheduler. There is one configuration option supported so far, for default number of shuffle partitions.

Are there any user-facing changes?

Yes. The API for creating a Ballista context has changed.

@andygrove andygrove added the api change Changes the API exposed to users of the crate label Jul 10, 2021
@andygrove andygrove self-assigned this Jul 10, 2021
@andygrove andygrove marked this pull request as ready for review July 10, 2021 20:16
@andygrove andygrove merged commit f7dff76 into apache:master Jul 12, 2021
@andygrove andygrove deleted the ballista-configurable-partitions branch July 12, 2021 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api change Changes the API exposed to users of the crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ballista: Make shuffle partitions configurable
2 participants