Github user vanzin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20923#discussion_r181524069
  
    --- Diff: assembly/pom.xml ---
    @@ -254,6 +254,14 @@
               
<artifactId>spark-hadoop-cloud_${scala.binary.version}</artifactId>
               <version>${project.version}</version>
             </dependency>
    +        <!--
    +        Redeclare this dependency to force it into the distribution.
    +        -->
    +        <dependency>
    +          <groupId>org.eclipse.jetty</groupId>
    --- End diff --
    
    This kinda sucks. Doesn't this also end up pulling up a bunch of other 
jetty stuff into the packaging?
    
    I guess there's no way around it until Hadoop itself shades jetty in some 
way...


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to