Skip to content

Commit c39f3b5

Browse files
committed
Some enhancements to binary checking.
1. Special case for inner classes of packge-private objects. 2. Made tools classes accessible when running `spark-class`. 3. Various other improvements to exclude-generation script.
1 parent 4c771e0 commit c39f3b5

File tree

7 files changed

+135
-451
lines changed

7 files changed

+135
-451
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
sbt/*.jar
88
.settings
99
.cache
10+
.mima-excludes
1011
/build/
1112
work/
1213
out/

.mima-exclude

Lines changed: 0 additions & 360 deletions
This file was deleted.

bin/compute-classpath.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ if [ -f "$FWDIR"/assembly/target/scala-$SCALA_VERSION/spark-assembly*hadoop*-dep
4141
CLASSPATH="$CLASSPATH:$FWDIR/bagel/target/scala-$SCALA_VERSION/classes"
4242
CLASSPATH="$CLASSPATH:$FWDIR/graphx/target/scala-$SCALA_VERSION/classes"
4343
CLASSPATH="$CLASSPATH:$FWDIR/streaming/target/scala-$SCALA_VERSION/classes"
44+
CLASSPATH="$CLASSPATH:$FWDIR/tools/target/scala-$SCALA_VERSION/classes"
4445

4546
DEPS_ASSEMBLY_JAR=`ls "$FWDIR"/assembly/target/scala-$SCALA_VERSION/spark-assembly*hadoop*-deps.jar`
4647
CLASSPATH="$CLASSPATH:$DEPS_ASSEMBLY_JAR"

0 commit comments

Comments
 (0)