GitHub user dhruve opened a pull request:
https://github.com/apache/spark/pull/13739
[SPARK-16018][Shuffle] Shade netty to load shuffle jar in Nodemanger
## What changes were proposed in this pull request?
Shade the netty.io namespace so that we can use it in shuffle independent
of the dependencies being pulled by hadoop jars.
## How was this patch tested?
Ran a decent job involving shuffle write/read and tested the new
spark-x-yarn-shuffle jar. After shading netty.io namespace, the nodemanager
loads and shuffle job completes successfully.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dhruve/spark bug/SPARK-16018
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/13739.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 #13739
----
commit 96d4ad68c4bc97df9a7565488f1643e854f467f0
Author: Dhruve Ashar <[email protected]>
Date: 2016-06-17T16:07:18Z
[SPARK-16018][Shuffle] Shade netty to load shuffle jar in Nodemanger
----
---
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]