palantir / k8s-spark-scheduler

A Kubernetes Scheduler Extender to provide gang scheduling support for Spark on Kubernetes
Apache License 2.0
175 stars 43 forks source link

az-aware-tightly-pack will attempt to schedule dynamic executors in the same zone #245

Open Alexis-D opened 1 year ago

Alexis-D commented 1 year ago

if there's no capacity it will create a demand in any zone

Before this PR

After this PR

==COMMIT_MSG== ==COMMIT_MSG==

Possible downsides?