Commit Graph

15 Commits

Author SHA1 Message Date
Thi Nguyen 2e4559eac0
Re-enable scheduled app unit test (TestSyncScheduledSparkApplication_Forbid) (#865)
* Fix scheduled app test

* fix typo

Co-authored-by: Thi Nguyen <duongnt@users.noreply.github.com>
Co-authored-by: Thi Nguyen <thi.nguyen@cloudkitchens.com>
2020-04-09 09:07:17 -07:00
Anders Chen 53a3b003c4
ScheduledSparkApplications: NextRun should be recalculated if desired schedule changes (#857)
* scheduledSparkApplications: NextRun should be recalculated whenever schedule changes

* updatedScheduleRuntime -> updatedNextRunTime
2020-04-03 11:55:50 -07:00
akhurana001 61ce189fc8 Fix v1beta2: Use UpdateStatus to update subresource (#645)
* Use UpdateStatus for subresource update

* Remove terminationTime check

* Remove status validation

* Use UpdateStatus for ScheduledSparkApplications
2019-10-02 13:59:37 -07:00
kevin hogeland 55a1eebc0c Generate CRD specs, bump to v1beta2 (#578)
* Generate CRD specs, bump to v1beta2

* Add short/singular CRD names

* Merge upstream/master

* Tweak Cores validation

* Fix typo, merge upstream

* Update remaining docs for v1beta2
2019-09-13 10:37:21 -07:00
Yinan Li c41576b5ff Updated the use the v1beta1 version of the APIs 2019-01-17 10:45:54 -08:00
Yinan Li b867cc662b Fixed the controller logic for ScheduledSparkApplications 2019-01-16 08:56:49 -08:00
Yinan Li b7a219587a Refactoring around logging code 2018-11-19 16:44:40 -08:00
Yinan Li 28ab75988d Fixed base time used to calculate the triggering time of the first run 2018-09-28 19:22:13 -07:00
Yinan Li 90e246faab Fixed go import path 2018-09-13 12:32:58 -07:00
akhurana001 ceb230481e SparkOperator: Prometheus Metrics Integration (#227)
* SparkOperator: Prometheus Metrics Integration

* Spark Operator metrics:PR Comments

* SparkOperator: Set completion time for Failed App

* Operator Metrics: PR comments

* Spark Operator: PR Comments

* Controller Update

* PR Comments

* Docs Update

* Driver State Transition Check Update
2018-08-03 13:56:58 -07:00
Yinan Li 657d75d532 Ignore error if it is NotFound 2018-07-23 14:27:23 -07:00
Yinan Li 7f71298835 No need to delete the driver pod when deleting an old run of a scheduled app 2018-07-03 07:54:15 -07:00
Yinan Li 0a99dcbea3 Added SuccessfulRunHistoryLimit and FailedRunHistoryLimit 2018-05-15 09:34:06 -07:00
Yinan Li 93bb5b09c5 Set LastRun only if the controller successfully creates the SparkApplication 2018-05-07 16:23:13 -07:00
Yinan Li eff4c59cb2 Add cron support 2018-04-19 12:01:37 -07:00