Skip to content
Snippets Groups Projects
Commit a7c74d75 authored by Christopher C. Aycock's avatar Christopher C. Aycock Committed by Josh Rosen
Browse files

[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.
parent 04e8afe3
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment