GitHub user JoshRosen opened a pull request:
https://github.com/apache/spark/pull/10659
[SPARK-4628][BUILD] Remove all non-Maven-central repositories from build
This patch removes all non-Maven-central repositories from Spark's build,
thereby avoiding any risk of future build-breaks due to us accidentally
depending on an artifact which is not present in an immutable public Maven
repository.
I tested this by running
```
build/mvn \
-Phive \
-Phive-thriftserver \
-Pkinesis-asl \
-Pspark-ganglia-lgpl \
-Pyarn \
dependency:go-offline
```
inside of a fresh Ubuntu Docker container with no Ivy or Maven caches (I
did a similar test for SBT).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JoshRosen/spark SPARK-4628
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/10659.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 #10659
----
commit ecb6355e0b44d316522e56c1596d0460a1a99a49
Author: Josh Rosen <[email protected]>
Date: 2016-01-08T03:11:16Z
Remove non-longer-existent Hive staging repository.
commit 09d02f5703ed6ca2bf096d2cef21181098f478e3
Author: Josh Rosen <[email protected]>
Date: 2016-01-08T03:46:59Z
Remove all non-Maven-central repositories.
commit a7e4d513424f51149fcde991a1a0348762264875
Author: Josh Rosen <[email protected]>
Date: 2016-01-08T03:48:12Z
Delete SBT plugin resolvers.
commit e125f50f84e09bc3176f5d0bb96cab2f4dbc29a1
Author: Josh Rosen <[email protected]>
Date: 2016-01-08T04:14:42Z
Override default SBT resolvers.
----
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]