GitHub user vanzin opened a pull request:
https://github.com/apache/spark/pull/20916
[SPARK-19964][core] Avoid reading from remote repos in SparkSubmitSuite.
These tests can fail with a timeout if the remote repos are not responding,
or slow. The tests don't need anything from those repos, so use an empty
ivy config file to avoid setting up the defaults.
The tests are passing reliably for me locally now, and failing more often
than not today without this change since
http://dl.bintray.com/spark-packages/maven
doesn't seem to be loading from my machine.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vanzin/spark SPARK-19964
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/20916.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #20916
----
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]