aboutsummaryrefslogtreecommitdiff
path: root/python/docs/Makefile
diff options
context:
space:
mode:
authorJagadeesan <as2@us.ibm.com>2016-10-21 09:48:24 +0100
committerSean Owen <sowen@cloudera.com>2016-10-21 09:48:24 +0100
commit595893d33a26c838c8c5c0c599fbee7fa61cbdff (patch)
treec67a8f79a7c81bd385c95d30aba903316ed765a7 /python/docs/Makefile
parent57e97fcbd6fe62af4acd60896feeacfa21efc222 (diff)
downloadspark-595893d33a26c838c8c5c0c599fbee7fa61cbdff.tar.gz
spark-595893d33a26c838c8c5c0c599fbee7fa61cbdff.tar.bz2
spark-595893d33a26c838c8c5c0c599fbee7fa61cbdff.zip
[SPARK-17960][PYSPARK][UPGRADE TO PY4J 0.10.4]
## What changes were proposed in this pull request? 1) Upgrade the Py4J version on the Java side 2) Update the py4j src zip file we bundle with Spark ## How was this patch tested? Existing doctests & unit tests pass Author: Jagadeesan <as2@us.ibm.com> Closes #15514 from jagadeesanas2/SPARK-17960.
Diffstat (limited to 'python/docs/Makefile')
-rw-r--r--python/docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/docs/Makefile b/python/docs/Makefile
index de86e97d86..5e4cfb8ab6 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.10.3-src.zip)
+export PYTHONPATH=$(realpath ..):$(realpath ../lib/py4j-0.10.4-src.zip)
# User-friendly check for sphinx-build
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)