aboutsummaryrefslogtreecommitdiff
path: root/repl-bin/src/deb/bin/spark-shell
diff options
context:
space:
mode:
Diffstat (limited to 'repl-bin/src/deb/bin/spark-shell')
-rwxr-xr-xrepl-bin/src/deb/bin/spark-shell2
1 files changed, 1 insertions, 1 deletions
diff --git a/repl-bin/src/deb/bin/spark-shell b/repl-bin/src/deb/bin/spark-shell
index ec7e33e1e3..118349d7c3 100755
--- a/repl-bin/src/deb/bin/spark-shell
+++ b/repl-bin/src/deb/bin/spark-shell
@@ -18,4 +18,4 @@
#
FWDIR="$(cd `dirname $0`; pwd)"
-exec $FWDIR/run spark.repl.Main "$@"
+exec $FWDIR/run org.apache.spark.repl.Main "$@"