Skip to content
Snippets Groups Projects
Commit d992ec6d authored by Patrick Wendell's avatar Patrick Wendell
Browse files

Merge pull request #195 from dhardy92/fix_DebScriptPackage

[Deb] fix package of Spark classes adding org.apache prefix in scripts embeded in .deb
parents 1f4a4bcc 92c7cc00
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