This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 85b44ccef4c4 [SPARK-46546][DOCS] Fix the formatting of tables in 
`running-on-yarn` pages
85b44ccef4c4 is described below

commit 85b44ccef4c4aeec302c12e03833590c7d8d6b9e
Author: panbingkun <panbing...@baidu.com>
AuthorDate: Wed Jan 3 12:07:15 2024 -0800

    [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 <panbing...@baidu.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 docs/running-on-yarn.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/running-on-yarn.md b/docs/running-on-yarn.md
index 3dfa63e1cb2e..02547b30d2e5 100644
--- a/docs/running-on-yarn.md
+++ b/docs/running-on-yarn.md
@@ -866,7 +866,7 @@ to avoid garbage collection issues during shuffle.
 The following extra configuration options are available when the shuffle 
service is running on YARN:
 
 <table>
-<thead><tr><th>Property Name</th><th>Default</th><th>Meaning</th></tr></thead>
+<thead><tr><th>Property Name</th><th>Default</th><th>Meaning</th><th>Since 
Version</th></tr></thead>
 <tr>
   <td><code>spark.yarn.shuffle.stopOnFailure</code></td>
   <td><code>false</code></td>
@@ -875,6 +875,7 @@ The following extra configuration options are available 
when the shuffle service
     initialization. This prevents application failures caused by running 
containers on
     NodeManagers where the Spark Shuffle Service is not running.
   </td>
+  <td>2.1.0</td>
 </tr>
 <tr>
   <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
     The namespace to use when emitting shuffle service metrics into Hadoop 
metrics2 system of the
     NodeManager.
   </td>
+  <td>3.2.0</td>
 </tr>
 <tr>
   <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
     may expect the logger name to look like a class name, it's generally 
recommended to provide a value which
     would be a valid Java package or class name and not include spaces.
   </td>
+  <td>3.3.0</td>
 </tr>
 <tr>
   <td><code>spark.shuffle.service.db.backend</code></td>


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

Reply via email to