aboutsummaryrefslogtreecommitdiff
path: root/core/pom.xml
diff options
context:
space:
mode:
authorJosh Rosen <joshrosen@apache.org>2014-07-29 19:02:06 -0700
committerMatei Zaharia <matei@databricks.com>2014-07-29 19:02:06 -0700
commit22649b6cde8e18f043f122bce46f446174d00f6c (patch)
tree461aea35e98279de0c20c25860ecde7ecd51c48b /core/pom.xml
parent86534d0f5255362618c05a07b0171ec35c915822 (diff)
downloadspark-22649b6cde8e18f043f122bce46f446174d00f6c.tar.gz
spark-22649b6cde8e18f043f122bce46f446174d00f6c.tar.bz2
spark-22649b6cde8e18f043f122bce46f446174d00f6c.zip
[SPARK-2305] [PySpark] Update Py4J to version 0.8.2.1
Author: Josh Rosen <joshrosen@apache.org> Closes #1626 from JoshRosen/SPARK-2305 and squashes the following commits: 03fb283 [Josh Rosen] Update Py4J to version 0.8.2.1.
Diffstat (limited to 'core/pom.xml')
-rw-r--r--core/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pom.xml b/core/pom.xml
index a24743495b..4f061099a4 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -275,7 +275,7 @@
<dependency>
<groupId>net.sf.py4j</groupId>
<artifactId>py4j</artifactId>
- <version>0.8.1</version>
+ <version>0.8.2.1</version>
</dependency>
</dependencies>
<build>