From 0b3a4be92ca6b38eef32ea5ca240d9f91f68aa65 Mon Sep 17 00:00:00 2001 From: Sean Owen Date: Wed, 24 Aug 2016 20:04:09 +0100 Subject: [SPARK-16781][PYSPARK] java launched by PySpark as gateway may not be the same java used in the spark environment ## What changes were proposed in this pull request? Update to py4j 0.10.3 to enable JAVA_HOME support ## How was this patch tested? Pyspark tests Author: Sean Owen Closes #14748 from srowen/SPARK-16781. --- python/docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/docs') diff --git a/python/docs/Makefile b/python/docs/Makefile index 12e397e450..de86e97d86 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.1-src.zip) +export PYTHONPATH=$(realpath ..):$(realpath ../lib/py4j-0.10.3-src.zip) # User-friendly check for sphinx-build ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1) -- cgit v1.2.3