We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd163d commit 461ee5aCopy full SHA for 461ee5a
common/network-yarn/pom.xml
@@ -87,6 +87,9 @@
87
<includes>
88
<include>*:*</include>
89
</includes>
90
+ <excludes>
91
+ <exclude>org.scala-lang:scala-library</exclude>
92
+ </excludes>
93
</artifactSet>
94
<filters>
95
<filter>
@@ -113,6 +116,13 @@
113
116
<include>io.netty.**</include>
114
117
115
118
</relocation>
119
+ <relocation>
120
+ <pattern>com.google.common</pattern>
121
+ <shadedPattern>${spark.shade.packageName}.guava</shadedPattern>
122
+ <includes>
123
+ <include>com.google.**</include>
124
+ </includes>
125
+ </relocation>
126
</relocations>
127
</configuration>
128
<executions>
0 commit comments