v1.0.0-RC15
Pre-release
Pre-release
- Manual worker mode fixes:
- Fix
workers.manual.onStopbehavior. PreviouslyonStopcommand was used to invoke user action after stopping worker, now it used directly to stop it (worker expects to handlesigkilland notify master node that it was correctly stopped) - Return
WORKER_NAMEenv foronStop- #480
- Fix
- Fail not started jobs if a context was marked as broken - #479 , #445
- Fix
spark-submitcommand building - #472