aboutsummaryrefslogtreecommitdiff
path: root/python/docs
diff options
context:
space:
mode:
authorHolden Karau <holden@pigscanfly.ca>2015-10-20 10:52:49 -0700
committerJosh Rosen <joshrosen@databricks.com>2015-10-20 10:52:49 -0700
commite18b571c3374ecbfc0b20a5064cb58d57a2a7d21 (patch)
treee80aeebc7f8a247dff692f46a2bf7860a0e592dc /python/docs
parent94139557c56cea318d4a4f82a4deaf72198f349a (diff)
downloadspark-e18b571c3374ecbfc0b20a5064cb58d57a2a7d21.tar.gz
spark-e18b571c3374ecbfc0b20a5064cb58d57a2a7d21.tar.bz2
spark-e18b571c3374ecbfc0b20a5064cb58d57a2a7d21.zip
[SPARK-10447][SPARK-3842][PYSPARK] upgrade pyspark to py4j0.9
Upgrade to Py4j0.9 Author: Holden Karau <holden@pigscanfly.ca> Author: Holden Karau <holden@us.ibm.com> Closes #8615 from holdenk/SPARK-10447-upgrade-pyspark-to-py4j0.9.
Diffstat (limited to 'python/docs')
-rw-r--r--python/docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/docs/Makefile b/python/docs/Makefile
index 8a1324eecd..4cec74f057 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.8.2.1-src.zip)
+export PYTHONPATH=$(realpath ..):$(realpath ../lib/py4j-0.9-src.zip)
# User-friendly check for sphinx-build
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)