apache / datafusion-ballista

Apache DataFusion Ballista Distributed Query Engine
https://datafusion.apache.org/ballista
Apache License 2.0
1.56k stars 197 forks source link

Make easier to create custom schedulers and executors #1118

Closed milenkovicm closed 3 days ago

milenkovicm commented 1 week ago

Which issue does this PR close?

Closes #1115

Rationale for this change

Users should be able to customize scheduler and executors with custom object stores, memory managers and so on ... removing responsibility from ballista to provide fit all solution

What changes are included in this PR?

Are there any user-facing changes?

Additional context