view master/bin/wakeWorker.sh @ 62:892e1c0240e1

added more robust (I hope) error handling, got reducer working with support for choosing dict or tsv output
author Henry S. Thompson <ht@markup.co.uk>
date Tue, 02 Jun 2020 17:35:07 +0000
parents 1099246f22b6
children
line wrap: on
line source

# Usage . wakeWorker.sh name
# Resurrect a worker cluster that was deallocated
set -e -o pipefail
name=$1
echo restarting...
az vmss restart -g cc -n $name
. bindWorkerVars.sh $name