spark-instrumented-optimizer/spark-executor

5 lines
141 B
Bash
Executable file

#!/bin/sh
FWDIR="`dirname $0`"
echo "Running spark-executor with framework dir = $FWDIR"
exec $FWDIR/run spark.executor.MesosExecutorBackend