From a7c74d7563926573c01baf613708a0f105a03e57 Mon Sep 17 00:00:00 2001
From: "Christopher C. Aycock" <chris@chrisaycock.com>
Date: Wed, 17 Feb 2016 11:24:18 -0800
Subject: [PATCH] [SPARK-13350][DOCS] Config doc updated to state that
 PYSPARK_PYTHON's default is "python2.7"

Author: Christopher C. Aycock <chris@chrisaycock.com>

Closes #11239 from chrisaycock/master.
---
 docs/configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/configuration.md b/docs/configuration.md
index a2c0dfe76c..f2443e9857 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1655,7 +1655,7 @@ The following variables can be set in `spark-env.sh`:
   </tr>
   <tr>
     <td><code>PYSPARK_PYTHON</code></td>
-    <td>Python binary executable to use for PySpark in both driver and workers (default is <code>python</code>).</td>
+    <td>Python binary executable to use for PySpark in both driver and workers (default is <code>python2.7</code> if available, otherwise <code>python</code>).</td>
   </tr>
   <tr>
     <td><code>PYSPARK_DRIVER_PYTHON</code></td>
-- 
GitLab