aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGuoqiang Li <witgo@qq.com>2016-11-12 09:49:14 +0000
committerSean Owen <sowen@cloudera.com>2016-11-12 09:49:14 +0000
commitbc41d997ea287080f549219722b6d9049adef4e2 (patch)
treefb697bab61cf3325b7e268bffecb09fab99e743c /pom.xml
parent3af894511be6fcc17731e28b284dba432fe911f5 (diff)
downloadspark-bc41d997ea287080f549219722b6d9049adef4e2.tar.gz
spark-bc41d997ea287080f549219722b6d9049adef4e2.tar.bz2
spark-bc41d997ea287080f549219722b6d9049adef4e2.zip
[SPARK-18375][SPARK-18383][BUILD][CORE] Upgrade netty to 4.0.42.Final
## What changes were proposed in this pull request? One of the important changes for 4.0.42.Final is "Support any FileRegion implementation when using epoll transport netty/netty#5825". In 4.0.42.Final, `MessageWithHeader` can work properly when `spark.[shuffle|rpc].io.mode` is set to epoll ## How was this patch tested? Existing tests Author: Guoqiang Li <witgo@qq.com> Closes #15830 from witgo/SPARK-18375_netty-4.0.42.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 8aa0a6c3ca..650b4cd965 100644
--- a/pom.xml
+++ b/pom.xml
@@ -552,7 +552,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
- <version>4.0.41.Final</version>
+ <version>4.0.42.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>