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

gurwls223 pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 44e314e  [MINOR][DOC] Fix 2 style issues in running-on-kubernetes doc
44e314e is described below

commit 44e314edb4b86ca3a8622124539073397dbe68de
Author: Kent Yao <yaooq...@hotmail.com>
AuthorDate: Mon Feb 17 12:06:25 2020 +0900

    [MINOR][DOC] Fix 2 style issues in running-on-kubernetes doc
    
    ### What changes were proposed in this pull request?
    
    fix style issue in the k8s document, please go to 
http://spark.apache.org/docs/3.0.0-preview2/running-on-kubernetes.html and 
search the keyword`spark.kubernetes.file.upload.path` to jump to the error 
context
    
    ### Why are the changes needed?
    
    doc correctness
    
    ### Does this PR introduce any user-facing change?
    
    Nah
    ### How was this patch tested?
    
    Nah
    
    Closes #27582 from yaooqinn/k8s-doc.
    
    Authored-by: Kent Yao <yaooq...@hotmail.com>
    Signed-off-by: HyukjinKwon <gurwls...@apache.org>
    (cherry picked from commit 0353cbf092e15a09e8979070ecd5b653062b2cb5)
    Signed-off-by: HyukjinKwon <gurwls...@apache.org>
---
 docs/running-on-kubernetes.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/running-on-kubernetes.md b/docs/running-on-kubernetes.md
index 61d6154..53b883b 100644
--- a/docs/running-on-kubernetes.md
+++ b/docs/running-on-kubernetes.md
@@ -1120,7 +1120,7 @@ See the [configuration page](configuration.html) for 
information on Spark config
   <td>(none)</td>
   <td>
     Path to store files at the spark submit side in cluster mode. For example:
-    <code>spark.kubernetes.file.upload.path=s3a://<s3-bucket>/path</code>
+    <code>spark.kubernetes.file.upload.path=s3a://&lt;s3-bucket&gt;/path</code>
     File should specified as <code>file://path/to/file </code> or absolute 
path.
   </td>
 </tr>
@@ -1247,7 +1247,7 @@ The following affect the driver and executor containers. 
All other containers in
 </tr>
 <tr>
   <td>name</td>
-  <td>See description.</code></td>
+  <td>See description</td>
   <td>
     The container name will be assigned by spark ("spark-kubernetes-driver" 
for the driver container, and
     "executor" for each executor container) if not defined by the pod 
template. If the container is defined by the


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to