Skip to content
Snippets Groups Projects
Commit 92c7cc00 authored by dhardy92's avatar dhardy92
Browse files

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

parent f568912f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -18,4 +18,4 @@
#
FWDIR="$(cd `dirname $0`; pwd)"
exec $FWDIR/run spark.repl.Main "$@"
exec $FWDIR/run org.apache.spark.repl.Main "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment