Github user pwendell commented on a diff in the pull request:
https://github.com/apache/spark/pull/207#discussion_r10865739
--- Diff: dev/run-tests ---
@@ -44,3 +44,10 @@ if [ -z "$PYSPARK_PYTHON" ]; then
export PYSPARK_PYTHON=/usr/local/bin/python2.7
fi
./python/run-tests
+
+echo
"========================================================================="
+echo "Detecting binary incompatibilites with MiMa"
+echo
"========================================================================="
+./bin/spark-class org.apache.spark.tools.GenerateMIMAIgnore
--- End diff --
This line takes about 5 seconds. I think including the subsequent check
it's less than 1 minute.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---