-
Notifications
You must be signed in to change notification settings - Fork 3
Changes
Ken Suenobu edited this page Jun 5, 2018
·
40 revisions
- Downgraded to Scala 2.11.11 for Spark/Mesos Integration (#87)
- I'm not particularly happy about this, but Spark/Mesos are built with Scala 2.11, so c'est la vie.
- Introduced a very simple implementation of a Spark Cache for Jobs (#49)
- Created
SparkTask
(#62) - Simplified use of
JobBuilder
andTaskBuilder
objects (#64) - Converted
RealWorldTest
to a Spark version (#50)
- Ability to pause and resume jobs (#33)
- Cancel implemented (#34)
- Slight reorganization of build scripts and documentation
- Bug fix with exception handler in
JobExecutor
, addedShellTask
(#44) - Added
RepeatingTask
(#61) - Added
DelayedTask
(#70) - Added
onStatusChange
toRunnableTask
(#71) - Added auto-incrementing
Job
ID (#31) - Added auto-incrementing
Task
ID (#30) - Several
JobExecutor
optimizations (#45) - Made
JobExecutor
less error-prone when addingJob
s and their dependencies (#57)
Licensed under the Apache License 2.0 - Lots of help from Reddit - Happy Hacking!