You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2022/09/01 13:30:49 UTC

[spark] branch master updated: [SPARK-40279][DOC] Document spark.yarn.report.interval

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

srowen 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 25b51aa51fb [SPARK-40279][DOC] Document spark.yarn.report.interval
25b51aa51fb is described below

commit 25b51aa51fb83af69bef481d228efc7912f1a2c0
Author: Luca Canali <lu...@cern.ch>
AuthorDate: Thu Sep 1 08:30:10 2022 -0500

    [SPARK-40279][DOC] Document spark.yarn.report.interval
    
    ### What changes were proposed in this pull request?
    
    This proposes to document the configuration paramter spark.yarn.report.interval -> Interval between reports of the current Spark job status in cluster mode.
    
    ### Why are the changes needed?
    Document a configuration parameter for Spark on Yarn.
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Not relevant.
    
    Closes #37731 from LucaCanali/docReportInterval.
    
    Authored-by: Luca Canali <lu...@cern.ch>
    Signed-off-by: Sean Owen <sr...@gmail.com>
---
 docs/running-on-yarn.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs/running-on-yarn.md b/docs/running-on-yarn.md
index 48b0c7dc315..4c85bc3ceeb 100644
--- a/docs/running-on-yarn.md
+++ b/docs/running-on-yarn.md
@@ -624,6 +624,14 @@ To use a custom metrics.properties for the application master and executors, upd
   </td>
   <td>2.4.0</td>
 </tr>
+<tr>
+  <td><code>spark.yarn.report.interval</code></td>
+  <td><code>1s</code></td>
+  <td>
+    Interval between reports of the current Spark job status in cluster mode.
+  </td>
+  <td>0.9.0</td>
+</tr>
 </table>
 
 #### Available patterns for SHS custom executor log URL


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