From 382dbc12bb4b06871850a94f88018e76058a9b52 Mon Sep 17 00:00:00 2001 From: Holden Karau Date: Fri, 13 May 2016 08:59:18 +0100 Subject: [SPARK-15061][PYSPARK] Upgrade to Py4J 0.10.1 ## What changes were proposed in this pull request? This upgrades to Py4J 0.10.1 which reduces syscal overhead in Java gateway ( see https://github.com/bartdag/py4j/issues/201 ). Related https://issues.apache.org/jira/browse/SPARK-6728 . ## How was this patch tested? Existing doctests & unit tests pass Author: Holden Karau Closes #13064 from holdenk/SPARK-15061-upgrade-to-py4j-0.10.1. --- core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/pom.xml') diff --git a/core/pom.xml b/core/pom.xml index 8584b62c0e..c9853528b4 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -328,7 +328,7 @@ net.sf.py4j py4j - 0.9.2 + 0.10.1 org.apache.spark -- cgit v1.2.3