Skip to content
Snippets Groups Projects
Commit 898da7e4 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Merge pull request #859 from ianbuss/sbt_opts

Pass SBT_OPTS environment through to sbt_launcher
parents 17bafeab d7f18e3d
No related branches found
No related tags found
No related merge requests found
......@@ -25,4 +25,4 @@ fi
export SPARK_HOME=$(cd "$(dirname $0)/.." 2>&1 >/dev/null ; pwd)
export SPARK_TESTING=1 # To put test classes on classpath
java -Xmx1200m -XX:MaxPermSize=350m -XX:ReservedCodeCacheSize=256m $EXTRA_ARGS -jar $SPARK_HOME/sbt/sbt-launch-*.jar "$@"
java -Xmx1200m -XX:MaxPermSize=350m -XX:ReservedCodeCacheSize=256m $EXTRA_ARGS $SBT_OPTS -jar $SPARK_HOME/sbt/sbt-launch-*.jar "$@"
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