Skip to content

Commit e99ba8d

Browse files
dongjoon-hyunHyukjinKwon
authored andcommitted
[SPARK-25262][DOC][FOLLOWUP] Fix missing markup tag
## What changes were proposed in this pull request? This adds a missing end markup tag. This should go `master` branch only. ## How was this patch tested? This is a doc-only change. Manual via `SKIP_API=1 jekyll build`. Closes apache#22584 from dongjoon-hyun/SPARK-25262. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: hyukjinkwon <[email protected]>
1 parent 5d726b8 commit e99ba8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/running-on-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ specific to Spark on Kubernetes.
800800
</tr>
801801
<tr>
802802
<td><code>spark.kubernetes.local.dirs.tmpfs</code></td>
803-
<td><code>false</code>
803+
<td><code>false</code></td>
804804
<td>
805805
Configure the <code>emptyDir</code> volumes used to back <code>SPARK_LOCAL_DIRS</code> within the Spark driver and executor pods to use <code>tmpfs</code> backing i.e. RAM. See <a href="#local-storage">Local Storage</a> earlier on this page
806806
for more discussion of this.

0 commit comments

Comments
 (0)