Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/running-on-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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
Expand Down