aboutsummaryrefslogblamecommitdiff
path: root/bin/stop-slaves.sh
blob: 21c9ebf324fdc69f6ab1680a75f8b5ed198d28ab (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                              
                                                      
#!/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-daemons.sh stop spark.deploy.worker.Worker