You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1673,7 +1673,7 @@ The following variables can be set in `spark-env.sh`:
1673
1673
</tr>
1674
1674
<tr>
1675
1675
<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>
0 commit comments