Skip to content

Commit fb90ade

Browse files
panbingkundongjoon-hyun
authored andcommitted
[SPARK-46546][DOCS] Fix the formatting of tables in running-on-yarn pages
### What changes were proposed in this pull request? The pr aims to fix the formatting of tables in `running-on-yarn` pages. ### Why are the changes needed? Make the tables on the page display normally. Before: <img width="1288" alt="image" src="https://github.com/apache/spark/assets/15246973/26facec4-d805-4549-a640-120c499bd7fd"> After: <img width="1310" alt="image" src="https://github.com/apache/spark/assets/15246973/cf6c20ef-a4ce-4532-9acd-ab9cec41881a"> ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Manually check. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #44540 from panbingkun/SPARK-46546. Authored-by: panbingkun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit 85b44cc) Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 2891d92 commit fb90ade

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/running-on-yarn.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ to avoid garbage collection issues during shuffle.
866866
The following extra configuration options are available when the shuffle service is running on YARN:
867867

868868
<table>
869-
<thead><tr><th>Property Name</th><th>Default</th><th>Meaning</th></tr></thead>
869+
<thead><tr><th>Property Name</th><th>Default</th><th>Meaning</th><th>Since Version</th></tr></thead>
870870
<tr>
871871
<td><code>spark.yarn.shuffle.stopOnFailure</code></td>
872872
<td><code>false</code></td>
@@ -875,6 +875,7 @@ The following extra configuration options are available when the shuffle service
875875
initialization. This prevents application failures caused by running containers on
876876
NodeManagers where the Spark Shuffle Service is not running.
877877
</td>
878+
<td>2.1.0</td>
878879
</tr>
879880
<tr>
880881
<td><code>spark.yarn.shuffle.service.metrics.namespace</code></td>
@@ -883,6 +884,7 @@ The following extra configuration options are available when the shuffle service
883884
The namespace to use when emitting shuffle service metrics into Hadoop metrics2 system of the
884885
NodeManager.
885886
</td>
887+
<td>3.2.0</td>
886888
</tr>
887889
<tr>
888890
<td><code>spark.yarn.shuffle.service.logs.namespace</code></td>
@@ -894,6 +896,7 @@ The following extra configuration options are available when the shuffle service
894896
may expect the logger name to look like a class name, it's generally recommended to provide a value which
895897
would be a valid Java package or class name and not include spaces.
896898
</td>
899+
<td>3.3.0</td>
897900
</tr>
898901
<tr>
899902
<td><code>spark.shuffle.service.db.backend</code></td>

0 commit comments

Comments
 (0)