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 d4a47a1  [minor] Minor update of interpreter-setting.json of spark
d4a47a1 is described below

commit d4a47a1739875a7cfd9d2adc73efb155d0d278b1
Author: Jeff Zhang <zjf...@apache.org>
AuthorDate: Wed Mar 11 16:56:01 2020 +0800

    [minor] Minor update of interpreter-setting.json of spark
---
 spark/interpreter/src/main/resources/interpreter-setting.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spark/interpreter/src/main/resources/interpreter-setting.json 
b/spark/interpreter/src/main/resources/interpreter-setting.json
index 13a5de6..f879431 100644
--- a/spark/interpreter/src/main/resources/interpreter-setting.json
+++ b/spark/interpreter/src/main/resources/interpreter-setting.json
@@ -198,14 +198,14 @@
         "envName": "PYSPARK_PYTHON",
         "propertyName": "PYSPARK_PYTHON",
         "defaultValue": "python",
-        "description": "Python binary executable to use for PySpark in both 
driver and workers (default is python2.7 if available, otherwise python). 
Property <code>spark.pyspark.python</code> take precedence if it is set",
+        "description": "Python binary executable to use for PySpark in both 
driver and workers (default is python2.7 if available, otherwise python). 
Property `spark.pyspark.python` take precedence if it is set",
         "type": "string"
       },
       "PYSPARK_DRIVER_PYTHON": {
         "envName": "PYSPARK_DRIVER_PYTHON",
         "propertyName": "PYSPARK_DRIVER_PYTHON",
         "defaultValue": "python",
-        "description": "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",
+        "description": "Python binary executable to use for PySpark in driver 
only (default is `PYSPARK_PYTHON`). Property `spark.pyspark.driver.python` take 
precedence if it is set",
         "type": "string"
       },
       "zeppelin.pyspark.useIPython": {

Reply via email to