Skip to content

Commit

Permalink
Update mima
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrapCodes committed Sep 9, 2014
1 parent 35b6c71 commit 59012a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/mima
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ cd "$FWDIR"
echo -e "q\n" | sbt/sbt oldDeps/update
rm -f .generated-mima*

// Generate Mima Ignore is called twice, first with latest built jars
// on the classpath and then again with previous version jars on the classpath.
// Because of a bug in GenerateMIMAIgnore that when old jars are ahead on classpath
// it did not process the new classes (which are in assembly jar).
./bin/spark-class org.apache.spark.tools.GenerateMIMAIgnore

export SPARK_CLASSPATH=`find lib_managed \( -name '*spark*jar' -a -type f \) | tr "\\n" ":"`
Expand Down

0 comments on commit 59012a8

Please sign in to comment.