Skip to content

Commit

Permalink
[YARN] [SPARK-20756] yarn-shuffle jar has references to unshaded guav…
Browse files Browse the repository at this point in the history
…a and contains scala classes
  • Loading branch information
markgrover committed May 16, 2017
1 parent bbd163d commit 461ee5a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions common/network-yarn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@
<includes>
<include>*:*</include>
</includes>
<excludes>
<exclude>org.scala-lang:scala-library</exclude>
</excludes>
</artifactSet>
<filters>
<filter>
Expand All @@ -113,6 +116,13 @@
<include>io.netty.**</include>
</includes>
</relocation>
<relocation>
<pattern>com.google.common</pattern>
<shadedPattern>${spark.shade.packageName}.guava</shadedPattern>
<includes>
<include>com.google.**</include>
</includes>
</relocation>
</relocations>
</configuration>
<executions>
Expand Down

0 comments on commit 461ee5a

Please sign in to comment.