aboutsummaryrefslogtreecommitdiff
path: root/spark-executor
diff options
context:
space:
mode:
Diffstat (limited to 'spark-executor')
-rwxr-xr-xspark-executor5
1 files changed, 5 insertions, 0 deletions
diff --git a/spark-executor b/spark-executor
new file mode 100755
index 0000000000..ee847cfff0
--- /dev/null
+++ b/spark-executor
@@ -0,0 +1,5 @@
+#!/bin/sh
+echo "In spark-executor"
+FWDIR="`dirname $0`"
+echo Framework dir: $FWDIR
+exec $FWDIR/run spark.Executor