You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change relates to #214. It adds a new package to this crate called
`datafusion-distributed-controller` which will contain control-plane-related tooling for running a distributed datafusion clusters. This
utility will be used for large-scale integration tests and benchmarking.
The `agent` is a binary introduced in this package which can be installed on remote workers. This allows a future "controller" (ex. a CLI
on my laptop) to run code on remote workers. Some agent operations include
- starting an arrow flight endpoint for distribued workers
- downloading test fixtures from blobstorage
- running sql on the cluster
0 commit comments