Skip to content

Commit a7c74d7

Browse files
chrisaycockJoshRosen
authored andcommitted
[SPARK-13350][DOCS] Config doc updated to state that PYSPARK_PYTHON's default is "python2.7"
Author: Christopher C. Aycock <[email protected]> Closes #11239 from chrisaycock/master.
1 parent 04e8afe commit a7c74d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1655,7 +1655,7 @@ The following variables can be set in `spark-env.sh`:
16551655
</tr>
16561656
<tr>
16571657
<td><code>PYSPARK_PYTHON</code></td>
1658-
<td>Python binary executable to use for PySpark in both driver and workers (default is <code>python</code>).</td>
1658+
<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>
16591659
</tr>
16601660
<tr>
16611661
<td><code>PYSPARK_DRIVER_PYTHON</code></td>

0 commit comments

Comments
 (0)