This is an automated email from the ASF dual-hosted git repository. zjffdu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push: new 8f331c8 [HOTFIX][DOCS] Fix format of PYSPARK_PYTHON & PYSPARK_DRIVER_PYTHON 8f331c8 is described below commit 8f331c86e3dea20535f06925783700545db18c44 Author: Jeff Zhang <zjf...@apache.org> AuthorDate: Wed Oct 30 21:45:49 2019 +0800 [HOTFIX][DOCS] Fix format of PYSPARK_PYTHON & PYSPARK_DRIVER_PYTHON --- docs/interpreter/spark.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/interpreter/spark.md b/docs/interpreter/spark.md index 04e0675..8c4e118 100644 --- a/docs/interpreter/spark.md +++ b/docs/interpreter/spark.md @@ -104,15 +104,15 @@ You can also set other Spark properties which are not listed in the table. For a <td>Local repository for dependency loader</td> </tr> <tr> - <td><code>PYSPARK_PYTHON</code></td> + <td>`PYSPARK_PYTHON`</td> <td>python</td> <td>Python binary executable to use for PySpark in both driver and workers (default is <code>python</code>). Property <code>spark.pyspark.python</code> take precedence if it is set</td> </tr> <tr> - <td><code>PYSPARK_DRIVER_PYTHON</code></td> + <td>`PYSPARK_DRIVER_PYTHON`</td> <td>python</td> - <td>Python binary executable to use for PySpark in driver only (default is <code>PYSPARK_PYTHON</code>). + <td>Python binary executable to use for PySpark in driver only (default is `PYSPARK_PYTHON`). Property <code>spark.pyspark.driver.python</code> take precedence if it is set</td> </tr> <tr>