aboutsummaryrefslogtreecommitdiff
path: root/spark-executor
diff options
context:
space:
mode:
Diffstat (limited to 'spark-executor')
-rwxr-xr-xspark-executor3
1 files changed, 1 insertions, 2 deletions
diff --git a/spark-executor b/spark-executor
index ee847cfff0..0f9b9b1ece 100755
--- a/spark-executor
+++ b/spark-executor
@@ -1,5 +1,4 @@
#!/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