[Deb] fix package of Spark classes adding org.apache prefix in scripts embeded in .deb

This commit is contained in:
dhardy92 2013-11-21 18:50:06 +01:00
parent f568912f85
commit 92c7cc00fb
2 changed files with 2 additions and 2 deletions

View file

@ -19,4 +19,4 @@
FWDIR="$(cd `dirname $0`; pwd)"
echo "Running spark-executor with framework dir = $FWDIR"
exec $FWDIR/run spark.executor.MesosExecutorBackend
exec $FWDIR/run org.apache.spark.executor.MesosExecutorBackend

View file

@ -18,4 +18,4 @@
#
FWDIR="$(cd `dirname $0`; pwd)"
exec $FWDIR/run spark.repl.Main "$@"
exec $FWDIR/run org.apache.spark.repl.Main "$@"