Skip to content
This repository was archived by the owner on Apr 24, 2023. It is now read-only.

Releases: palantir/k8s-spark-scheduler

0.2.0

05 Jun 16:29
075e989
Compare
Choose a tag to compare
mark apps that exceed the cluster capacity with a custom pod conditio…

0.1.3

29 Apr 14:09
Compare
Choose a tag to compare
Informer goroutine fatal logging (#28)

* Wraps the scheduler informer and other background goroutines with the fatal logging handler

* Refactors the SparkSchedulerExtender Start() and doStart() methods to be similar in pattern to the rest of the codebase

* Moves the checkDemandCRDExists call to run at least once before we launch the SparkSchedulerExtender doStart loop in its goroutine

0.1.2

11 Apr 12:44
2d9ca94
Compare
Choose a tag to compare
create demand resources for fifo failures as well (#25)

0.1.1

10 Apr 14:33
8233771
Compare
Choose a tag to compare
Add failure-earlier-drivers as a separate category of failures (#24)

Fixes #16

0.1.0

08 Apr 15:56
1306776
Compare
Choose a tag to compare
update spark submit test script (#21)

0.0.4

01 Apr 14:20
Compare
Choose a tag to compare
Exclude already completed pods from being included in the overhead ca…

0.0.3

21 Mar 12:05
Compare
Choose a tag to compare
Debug log for large overhead containers (#17)

* log if high overhead pod detected

* log more

* cpu in milli

* debug log

* format

* reuse var

* better msg

* log param

* move cpu + mem outside

* rm line

* move vars to top

0.0.2

25 Feb 11:28
269dab5
Compare
Choose a tag to compare
Fix: release reservations for terminated pods (#13)

* release reservations for terminated pods

* Update resource.go

0.0.1

12 Feb 16:37
Compare
Choose a tag to compare
fix publish (#8)

* do not checkout artifacts

* ignore artifacts