Versions Compared

Key

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

...

  • For Windows: Open Services in Windows and restart each Web and Executor service

  • For Linux: Run the startup script in the Azkaban install location within the bin directory.

Anchor
UpgradeIntegrationScripts
UpgradeIntegrationScriptsUpgrade Integration ScriptsUpgrade Integration Scripts
Upgrade the Scheduler Integration Scripts

...

  • wsl_scheduler_publish - publishes job metadata to Azkaban

  • wsl_scheduler_lookup - retrieves the tags of all active Azkaban Executors

  • wsl_scheduler_dashboard - opens the Azkaban Web Server dashboard

  • wsl_scheduler_profile_maintenance - script for maintaining the scheduler profile

To upgrade any of these scripts follow this process:

  1. In RED, open the Azkaban integration script in the script editor such as wsl_scheduler_publish under your Host Script objects.
  2. In notepad open the matching script located in the RED installation directory under <RED install directory>\Administrator\Scripts\wsl_scheduler_publish.ps1
  3. Copy the contents of the updated script into the RED script editor to overwrite the existing script and save.

...