You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2018/09/29 03:24:19 UTC

spark git commit: [SPARK-25262][DOC][FOLLOWUP] Fix missing markup tag

Repository: spark
Updated Branches:
  refs/heads/master 5d726b865 -> e99ba8d7c


[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 #22584 from dongjoon-hyun/SPARK-25262.

Authored-by: Dongjoon Hyun <do...@apache.org>
Signed-off-by: hyukjinkwon <gu...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/e99ba8d7
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/e99ba8d7
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/e99ba8d7

Branch: refs/heads/master
Commit: e99ba8d7c8ec4b4cdd63fd1621f54be993bb0404
Parents: 5d726b8
Author: Dongjoon Hyun <do...@apache.org>
Authored: Sat Sep 29 11:23:37 2018 +0800
Committer: hyukjinkwon <gu...@apache.org>
Committed: Sat Sep 29 11:23:37 2018 +0800

----------------------------------------------------------------------
 docs/running-on-kubernetes.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/e99ba8d7/docs/running-on-kubernetes.md
----------------------------------------------------------------------
diff --git a/docs/running-on-kubernetes.md b/docs/running-on-kubernetes.md
index 840e306..c7aea27 100644
--- a/docs/running-on-kubernetes.md
+++ b/docs/running-on-kubernetes.md
@@ -800,7 +800,7 @@ specific to Spark on Kubernetes.
 </tr>
 <tr>
   <td><code>spark.kubernetes.local.dirs.tmpfs</code></td>
-  <td><code>false</code>
+  <td><code>false</code></td>
   <td>
    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
    for more discussion of this.


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