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 59012a8 commit 093c76f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dev/mima
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +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).
# 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 093c76f

Please sign in to comment.