shutdown-exec.sh
Home
/
azkaban-exec-server /
src /
main /
bash /
shutdown-exec.sh
#!/usr/bin/env bash
# Shutdown script for azkaban executor server
set -o nounset
script_dir=$(dirname $0)
base_dir="${script_dir}/.."
source "${script_dir}/internal/util.sh"
common_shutdown "executor" ${base_dir}