Skip to content

Commit 0353cbf

Browse files
yaooqinnHyukjinKwon
authored andcommitted
[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 <[email protected]> Signed-off-by: HyukjinKwon <[email protected]>
1 parent be3cb71 commit 0353cbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/running-on-kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@ See the [configuration page](configuration.html) for information on Spark config
11201120
<td>(none)</td>
11211121
<td>
11221122
Path to store files at the spark submit side in cluster mode. For example:
1123-
<code>spark.kubernetes.file.upload.path=s3a://<s3-bucket>/path</code>
1123+
<code>spark.kubernetes.file.upload.path=s3a://&lt;s3-bucket&gt;/path</code>
11241124
File should specified as <code>file://path/to/file </code> or absolute path.
11251125
</td>
11261126
</tr>
@@ -1247,7 +1247,7 @@ The following affect the driver and executor containers. All other containers in
12471247
</tr>
12481248
<tr>
12491249
<td>name</td>
1250-
<td>See description.</code></td>
1250+
<td>See description</td>
12511251
<td>
12521252
The container name will be assigned by spark ("spark-kubernetes-driver" for the driver container, and
12531253
"executor" for each executor container) if not defined by the pod template. If the container is defined by the

0 commit comments

Comments
 (0)