aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/network-yarn/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/network-yarn/pom.xml b/common/network-yarn/pom.xml
index 1fd3af2e6e..3b7ffe8277 100644
--- a/common/network-yarn/pom.xml
+++ b/common/network-yarn/pom.xml
@@ -96,6 +96,13 @@
<include>com.fasterxml.jackson.**</include>
</includes>
</relocation>
+ <relocation>
+ <pattern>io.netty</pattern>
+ <shadedPattern>${spark.shade.packageName}.io.netty</shadedPattern>
+ <includes>
+ <include>io.netty.**</include>
+ </includes>
+ </relocation>
</relocations>
</configuration>
<executions>