aboutsummaryrefslogtreecommitdiff
path: root/bin/stop-master.sh
blob: f33f71664e2bb8c5d49dd45504ad5a291f18e4cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash

# Starts the master on the machine this script is executed on.

bin=`dirname "$0"`
bin=`cd "$bin"; pwd`

. "$bin/spark-config.sh"

"$bin"/spark-daemon.sh stop spark.deploy.worker.Worker