You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by zj...@apache.org on 2019/11/01 02:14:16 UTC

[zeppelin] branch branch-0.8 updated: [HOTFIX][DOCS] Fix format of PYSPARK_PYTHON & PYSPARK_DRIVER_PYTHON

This is an automated email from the ASF dual-hosted git repository.

zjffdu pushed a commit to branch branch-0.8
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/branch-0.8 by this push:
     new f1ef4f8  [HOTFIX][DOCS] Fix format of PYSPARK_PYTHON & PYSPARK_DRIVER_PYTHON
f1ef4f8 is described below

commit f1ef4f8d75b7e94a29cbea2d1c8748025fb4eef2
Author: Jeff Zhang <zj...@apache.org>
AuthorDate: Wed Oct 30 21:32:46 2019 +0800

    [HOTFIX][DOCS] Fix format of PYSPARK_PYTHON & PYSPARK_DRIVER_PYTHON
---
 docs/_config.yml          | 2 +-
 docs/interpreter/spark.md | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/_config.yml b/docs/_config.yml
index ea4eca5..36f4685 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -68,7 +68,7 @@ JB :
   #   http://s3.amazonaws.com/yoursite/themes/watermelon
   #   /assets
   #
-  ASSET_PATH : /docs/0.8.2/assets/themes/zeppelin
+  ASSET_PATH : false
 
   # These paths are to the main pages Jekyll-Bootstrap ships with.
   # Some JB helpers refer to these paths; change them here if needed.
diff --git a/docs/interpreter/spark.md b/docs/interpreter/spark.md
index b0ee351..1c11943 100644
--- a/docs/interpreter/spark.md
+++ b/docs/interpreter/spark.md
@@ -104,13 +104,13 @@ 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>).
             Property <code>spark.pyspark.driver.python</code> take precedence if it is set</td>