spark-instrumented-optimizer/spark-executor
2010-03-29 16:17:55 -07:00

6 lines
114 B
Bash
Executable file

#!/bin/sh
echo "In spark-executor"
FWDIR="`dirname $0`"
echo Framework dir: $FWDIR
exec $FWDIR/run spark.Executor