We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0993cb9 commit 828c3b4Copy full SHA for 828c3b4
1 file changed
dev/mima
@@ -38,7 +38,7 @@ generate_mima_ignore() {
38
# it did not process the new classes (which are in assembly jar).
39
generate_mima_ignore
40
41
-export SPARK_CLASSPATH="`find lib_managed \( -name '*spark*jar' -a -type f \) | tr "\\n" ":"`"
+export SPARK_CLASSPATH="$(build/sbt "export oldDeps/fullClasspath" | tail -n1)"
42
echo "SPARK_CLASSPATH=$SPARK_CLASSPATH"
43
44
0 commit comments