From de3223872a217c5224ba7136604f6b7753b29108 Mon Sep 17 00:00:00 2001 From: Davies Liu Date: Tue, 18 Aug 2015 22:11:27 -0700 Subject: [SPARK-9705] [DOC] fix docs about Python version cc JoshRosen Author: Davies Liu Closes #8245 from davies/python_doc. --- docs/configuration.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/configuration.md') diff --git a/docs/configuration.md b/docs/configuration.md index 32147098ae..4a6e4dd05b 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1561,7 +1561,11 @@ The following variables can be set in `spark-env.sh`: PYSPARK_PYTHON - Python binary executable to use for PySpark. + Python binary executable to use for PySpark in both driver and workers (default is `python`). + + + PYSPARK_DRIVER_PYTHON + Python binary executable to use for PySpark in driver only (default is PYSPARK_PYTHON). SPARK_LOCAL_IP -- cgit v1.2.3