Skip to content

Commit

Permalink
Set SPARK_PREPEND_CLASSES in dev/mima.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed Feb 12, 2016
1 parent b6f1ce8 commit 5528c48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/mima
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ cd "$FWDIR"
echo -e "q\n" | build/sbt oldDeps/update
rm -f .generated-mima*

export SPARK_PREPEND_CLASSES=true

generate_mima_ignore() {
SPARK_JAVA_OPTS="-XX:MaxPermSize=1g -Xmx2g" \
./bin/spark-class org.apache.spark.tools.GenerateMIMAIgnore
Expand Down

0 comments on commit 5528c48

Please sign in to comment.