Skip to content

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
unkloud pushed a commit to unkloud/datafusion that referenced this pull request Mar 23, 2025
H0TB0X420 pushed a commit to H0TB0X420/datafusion that referenced this pull request Oct 7, 2025
* docs: link to examples using full URL in README

PyPI otherwise renders these relative to the `datafusion-python` page,
so when users currently get a 404 when they click on one of these links.

Fixes apache#699

* docs: update project.urls in pyproject.toml

* docs: update README with apache TLP URLs

* docs u pdate docs/README.md with apache TLP URLs

* docs: update index.rst with TLP URLs

* docs: update to new branded logos
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