This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.2 by this push:
new bd2851b [MINOR][DOCS][3.2] Fixed closing tags in
running-on-kubernetes.md
bd2851b is described below
commit bd2851b809f3037c29a955a79445eb409dafd9ba
Author: Microsoft Learn Student <[email protected]>
AuthorDate: Fri Feb 18 11:13:25 2022 -0800
[MINOR][DOCS][3.2] Fixed closing tags in running-on-kubernetes.md
### What changes were proposed in this pull request?
Per
[feedback](https://github.com/apache/spark/pull/35561#issuecomment-1043663966)
on #35561 from dongjoon-hyun, I'm back porting fixes from `master` to
`branch-3.2` since there was a conflict. From original PR:
> Several `<code>` elements in running-on-kubernetes.md had typos in their
closing tags, causing rendering issues on the HTML site. Example of rendering
issue:
>
>
https://spark.apache.org/docs/3.2.1/running-on-kubernetes.html#configuration
>
> This PR fixes those typos and resolves the rendering issue.
### Why are the changes needed?
Changes from #35561 were in conflict with `branch-3.2`. From original PR:
> The typo fixes allows the HTML site to render the article correctly.
### Does this PR introduce _any_ user-facing change?
From original PR:
> Yes, currently the site shows several headers and closing tags as plain
text:
>
https://spark.apache.org/docs/3.2.1/running-on-kubernetes.html#configuration
>
> This PR allows those headers to be correctly rendered and no longer shows
the table's closing tags.
### How was this patch tested?
No tests were added. I did a local build of the site per the instructions
and confirmed the HTML renders correctly.
Closes #35572 from zr-msft/backport-pr-35561.
Authored-by: Microsoft Learn Student <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
docs/running-on-kubernetes.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/running-on-kubernetes.md b/docs/running-on-kubernetes.md
index f133c0f..058dddb 100644
--- a/docs/running-on-kubernetes.md
+++ b/docs/running-on-kubernetes.md
@@ -1289,7 +1289,7 @@ See the [configuration page](configuration.html) for
information on Spark config
<td>3.0.0</td>
</tr>
<tr>
- <td><code>spark.kubernetes.executor.scheduler.name<code></td>
+ <td><code>spark.kubernetes.executor.scheduler.name</code></td>
<td>(none)</td>
<td>
Specify the scheduler name for each executor pod.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]