Github user steveloughran commented on the issue:
https://github.com/apache/spark/pull/20923
The jetty problem has been dealt with; because of the shading declaration
of jetty-util as provided (it isn't needed in spark any more), it wasn't
getting into dist/jars even for those dependencies which did needed it.
Fix: explicitly declaring it in the hadoop-cloud module and the hadoop
cloud profile in the assembly module.
The jetty-ajax dependency, which is the direct dependency of it from
hadoop-azure, is also declared so that the spark build can keep in control of
jetty versions everywhere. That one was getting through fine, because it wasn't
being tagged as provided.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]