From 5496d99d2b19b0b28f9385704a8ae87d0e8ff74d Mon Sep 17 00:00:00 2001 From: "Christopher C. Aycock" Date: Wed, 17 Feb 2016 09:03:07 -0500 Subject: [PATCH] [SPARK-13350] [Docs] Config doc updated to state that PYSPARK_PYTHON's default is "python2.7" --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index a2c0dfe76ca4..f2443e98574c 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1655,7 +1655,7 @@ The following variables can be set in `spark-env.sh`: PYSPARK_PYTHON - Python binary executable to use for PySpark in both driver and workers (default is python). + Python binary executable to use for PySpark in both driver and workers (default is python2.7 if available, otherwise python). PYSPARK_DRIVER_PYTHON