aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorChristopher C. Aycock <chris@chrisaycock.com>2016-02-17 11:24:18 -0800
committerJosh Rosen <joshrosen@databricks.com>2016-02-17 11:24:18 -0800
commita7c74d7563926573c01baf613708a0f105a03e57 (patch)
treea057d954094eb635b2ee8ff6bf5c48b00ee87bac /docs/configuration.md
parent04e8afe362f3bf36097688f9574c66002535ac0f (diff)
downloadspark-a7c74d7563926573c01baf613708a0f105a03e57.tar.gz
spark-a7c74d7563926573c01baf613708a0f105a03e57.tar.bz2
spark-a7c74d7563926573c01baf613708a0f105a03e57.zip
[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.
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md2
1 files changed, 1 insertions, 1 deletions
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>