Skip to content

Commit 66106a6

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. (cherry picked from commit a7c74d7) Signed-off-by: Josh Rosen <[email protected]>
1 parent 98354ca commit 66106a6

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
@@ -1673,7 +1673,7 @@ The following variables can be set in `spark-env.sh`:
16731673
</tr>
16741674
<tr>
16751675
<td><code>PYSPARK_PYTHON</code></td>
1676-
<td>Python binary executable to use for PySpark in both driver and workers (default is <code>python</code>).</td>
1676+
<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>
16771677
</tr>
16781678
<tr>
16791679
<td><code>PYSPARK_DRIVER_PYTHON</code></td>

0 commit comments

Comments
 (0)