-
- Downloads
[SPARK-3996]: Shade Jetty in Spark deliverables
(v2 of this patch with a fix that was only relevant for the maven build). This patch piggy-back's on vanzin's work to simplify the Guava shading, and adds Jetty as a shaded library in Spark. Other than adding Jetty, it consilidates the <artifactSet>'s into the root pom. I found it was a bit easier to follow that way, since you don't need to look into child pom's to find out specific artifact sets included in shading. Author: Patrick Wendell <patrick@databricks.com> Closes #4285 from pwendell/jetty and squashes the following commits: d3e7f4e [Patrick Wendell] Fix for shaded deps causing compile errors 19f0710 [Patrick Wendell] More code review feedback 961452d [Patrick Wendell] Responding to feedback from Marcello 6df25ca [Patrick Wendell] [WIP] [SPARK-3996]: Shade Jetty in Spark deliverables
Showing
- bin/compute-classpath.sh 3 additions, 1 deletionbin/compute-classpath.sh
- core/pom.xml 20 additions, 2 deletionscore/pom.xml
- network/common/pom.xml 0 additions, 12 deletionsnetwork/common/pom.xml
- pom.xml 32 additions, 0 deletionspom.xml
- repl/pom.xml 24 additions, 0 deletionsrepl/pom.xml
- streaming/pom.xml 16 additions, 0 deletionsstreaming/pom.xml
Loading
Please register or sign in to comment