Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Depending on the execution platform (Windows or Linux) the following Host Script names will be looked up in the RED metadata and the script executed if found in the case of kill operations: 

  • wsl_scheduler_job_kill_linux

  • wsl_scheduler_job_kill_win

The above scripts when executed will have access to the usual RED environment variables for script execution as well as the Azkaban job properties file location and Azkaban API credentials. This allows automation of any cleanup operations you may require in your particular environment and target platform. Simply create these Host Script objects in RED to enable this feature.

Aborting a Job from RED

Aborting a job from the RED UI is possible from RED 10.5+ but this action does not synchronize the related Azkaban execution so should really only be used when your Azkaban execution has finished but RED UI is showing it as still running. 

...