Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/source/contributor-guide/quarterly_roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ A quarterly roadmap will be published to give the DataFusion community visibilit

- Make production ready
- Shuffle file cleanup
- Periodically
- Add grpc interface for clients to actively call the cleanup for a job or the whole system
- Fill functional gaps between DataFusion and Ballista
- Improve task scheduling and data exchange efficiency
- Better error handling
Expand All @@ -57,6 +59,13 @@ A quarterly roadmap will be published to give the DataFusion community visibilit
- Schedule restart
- Improve monitoring and logging
- Auto scaling support
- Better configuration management
- All-at-once job task scheduling
- Shuffle improvement
- Shuffle memory control
- Improve shuffle IO to avoid producing too many files
- Support sort-based shuffle
- Support range partition
- Support for multi-scheduler deployments. Initially for resiliency and fault tolerance but ultimately to support sharding for scalability and more efficient caching.
- Executor deployment grouping based on resource allocation

Expand Down