aboutsummaryrefslogtreecommitdiff
path: root/repl-bin/src/deb/bin/spark-shell
diff options
context:
space:
mode:
authordhardy92 <dhardy@viadeoteam.com>2013-11-21 18:50:06 +0100
committerdhardy92 <dhardy@viadeoteam.com>2013-11-21 18:51:36 +0100
commit92c7cc00fbf265a16115dc885f84c618d457389c (patch)
treeaae5b25a6bc36c66311f8b488235530328f2a86c /repl-bin/src/deb/bin/spark-shell
parentf568912f85f58ae152db90f199c1f3a002f270c1 (diff)
downloadspark-92c7cc00fbf265a16115dc885f84c618d457389c.tar.gz
spark-92c7cc00fbf265a16115dc885f84c618d457389c.tar.bz2
spark-92c7cc00fbf265a16115dc885f84c618d457389c.zip
[Deb] fix package of Spark classes adding org.apache prefix in scripts embeded in .deb
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 "$@"