aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 32147098ae..4a6e4dd05b 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1561,7 +1561,11 @@ 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.</td>
+ <td>Python binary executable to use for PySpark in both driver and workers (default is `python`).</td>
+ </tr>
+ <tr>
+ <td><code>PYSPARK_DRIVER_PYTHON</code></td>
+ <td>Python binary executable to use for PySpark in driver only (default is PYSPARK_PYTHON).</td>
</tr>
<tr>
<td><code>SPARK_LOCAL_IP</code></td>