File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ cd "$FWDIR"
2727echo -e " q\n" | sbt/sbt oldDeps/update
2828rm -f .generated-mima*
2929
30- // Generate Mima Ignore is called twice, first with latest built jars
31- // on the classpath and then again with previous version jars on the classpath.
32- // Because of a bug in GenerateMIMAIgnore that when old jars are ahead on classpath
33- // it did not process the new classes (which are in assembly jar).
30+ # Generate Mima Ignore is called twice, first with latest built jars
31+ # on the classpath and then again with previous version jars on the classpath.
32+ # Because of a bug in GenerateMIMAIgnore that when old jars are ahead on classpath
33+ # it did not process the new classes (which are in assembly jar).
3434./bin/spark-class org.apache.spark.tools.GenerateMIMAIgnore
3535
3636export SPARK_CLASSPATH=` find lib_managed \( -name ' *spark*jar' -a -type f \) | tr " \\ n" " :" `
You can’t perform that action at this time.
0 commit comments