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

Hot fix for command runner

parent f9fc5c16
No related branches found
No related tags found
No related merge requests found
......@@ -172,4 +172,4 @@ if [ "$SPARK_PRINT_LAUNCH_COMMAND" == "1" ]; then
echo
fi
exec $command
exec "$RUNNER" -cp "$CLASSPATH" "$@"
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