Skip to content
Snippets Groups Projects
Commit 40f69140 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Made spark-executor output slightly nicer

parent 0d28bdce
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
echo "In spark-executor"
FWDIR="`dirname $0`"
echo Framework dir: $FWDIR
echo "Running spark-executor with framework dir = $FWDIR"
exec $FWDIR/run spark.Executor
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment