aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorHolden Karau <holden@us.ibm.com>2016-05-13 08:59:18 +0100
committerSean Owen <sowen@cloudera.com>2016-05-13 08:59:18 +0100
commit382dbc12bb4b06871850a94f88018e76058a9b52 (patch)
treeb1edb541df37dd19f61d9f4c12361ba9baec4d66 /python
parentbdff299f9e51b06b809fe505bda466009e759831 (diff)
downloadspark-382dbc12bb4b06871850a94f88018e76058a9b52.tar.gz
spark-382dbc12bb4b06871850a94f88018e76058a9b52.tar.bz2
spark-382dbc12bb4b06871850a94f88018e76058a9b52.zip
[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 <holden@us.ibm.com> Closes #13064 from holdenk/SPARK-15061-upgrade-to-py4j-0.10.1.
Diffstat (limited to 'python')
-rw-r--r--python/docs/Makefile2
-rw-r--r--python/lib/py4j-0.10.1-src.zipbin0 -> 61356 bytes
-rw-r--r--python/lib/py4j-0.9.2-src.zipbin55521 -> 0 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/python/docs/Makefile b/python/docs/Makefile
index 905e0215c2..12e397e450 100644
--- a/python/docs/Makefile
+++ b/python/docs/Makefile
@@ -7,7 +7,7 @@ SPHINXBUILD ?= sphinx-build
PAPER ?=
BUILDDIR ?= _build
-export PYTHONPATH=$(realpath ..):$(realpath ../lib/py4j-0.9.2-src.zip)
+export PYTHONPATH=$(realpath ..):$(realpath ../lib/py4j-0.10.1-src.zip)
# User-friendly check for sphinx-build
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
diff --git a/python/lib/py4j-0.10.1-src.zip b/python/lib/py4j-0.10.1-src.zip
new file mode 100644
index 0000000000..a54bcae03a
--- /dev/null
+++ b/python/lib/py4j-0.10.1-src.zip
Binary files differ
diff --git a/python/lib/py4j-0.9.2-src.zip b/python/lib/py4j-0.9.2-src.zip
deleted file mode 100644
index 881bb759d7..0000000000
--- a/python/lib/py4j-0.9.2-src.zip
+++ /dev/null
Binary files differ