Skip to content

v1.0.0-RC15

Pre-release
Pre-release

Choose a tag to compare

@dos65 dos65 released this 07 May 18:35
· 199 commits to master since this release
  • Manual worker mode fixes:
    • Fix workers.manual.onStop behavior. Previously onStop command was used to invoke user action after stopping worker, now it used directly to stop it (worker expects to handle sigkill and notify master node that it was correctly stopped)
    • Return WORKER_NAME env for onStop - #480
  • Fail not started jobs if a context was marked as broken - #479 , #445
  • Fix spark-submit command building - #472