Github user steveloughran commented on the pull request:
https://github.com/apache/spark/pull/10780#issuecomment-172143421
Updated patch which has shading of `com.fasterxml.jackson` ->
`org.spark-project.com.fasterxml.jackson`
There's a test for this working; it uses the ant plugin to probe the JAR
for .class files. It works, and I've verified that it stops working if you
don't have the classes in. This validation runs in the `verify` phase,
immediately before the `install` action: you can't install this package without
the shading working. Accordingly: its a regression test on the feature.
This test does not (obviously) verify that this fixes the conflict between
YARN NM and Shuffle. This is going to need external tests
---
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]