GitHub user JoshRosen opened a pull request:
https://github.com/apache/spark/pull/10693
[HOTFIX][test-maven][SPARK-12734] Fix bug in Netty exclusions
This is a hotfix for a build bug introduced by the Netty exclusion changes
in #10672. We can't exclude `io.netty:netty` because Akka depends on it.
There's not a direct conflict between `io.netty:netty` and
`io.netty:netty-all`, because the former puts classes in the `org.jboss.netty`
namespace while the latter uses the `io.netty` namespace. However, there still
is a conflict between `org.jboss.netty:netty` and `io.netty:netty`, so we need
to continue to exclude the JBoss version of that artifact.
While the diff here looks somewhat large, note that this is only a revert
of a some of the changes from #10672. You can see the net changes in pom.xml at
https://github.com/apache/spark/compare/3119206b7188c23055621dfeaf6874f21c711a82...5211ab8#diff-600376dffeb79835ede4a0b285078036
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JoshRosen/spark netty-hotfix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/10693.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 #10693
----
commit 244838fba411801ce2473850df56a1e6fa87e3ed
Author: Josh Rosen <[email protected]>
Date: 2016-01-11T06:20:16Z
Try to fix tests.
commit f808ba0bc1c663ca9438e1542319140612b6e827
Author: Josh Rosen <[email protected]>
Date: 2016-01-11T06:28:09Z
Update pom.xml
commit 88bb9b73d1877e6854994054069fc387a35f3ff2
Author: Josh Rosen <[email protected]>
Date: 2016-01-11T06:28:58Z
Update pom.xml
commit 8dc0cfef086d9a86a6abdd73f9b2536e15787f37
Author: Josh Rosen <[email protected]>
Date: 2016-01-11T06:30:04Z
Update pom.xml
commit 5211ab80f8e87848c89d45e9495a9a3e559b28a0
Author: Josh Rosen <[email protected]>
Date: 2016-01-11T06:59:04Z
Update pom.xml
----
---
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]