spark-instrumented-optimizer/spark-executor

5 lines
120 B
Plaintext
Raw Normal View History

2010-03-29 19:17:55 -04:00
#!/bin/sh
FWDIR="`dirname $0`"
echo "Running spark-executor with framework dir = $FWDIR"
2010-03-29 19:17:55 -04:00
exec $FWDIR/run spark.Executor