[ 
https://issues.apache.org/jira/browse/SPARK-37215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17439129#comment-17439129
 ] 

Apache Spark commented on SPARK-37215:
--------------------------------------

User 'yaooqinn' has created a pull request for this issue:
https://github.com/apache/spark/pull/34491

> Support Application Timeouts on YARN
> ------------------------------------
>
>                 Key: SPARK-37215
>                 URL: https://issues.apache.org/jira/browse/SPARK-37215
>             Project: Spark
>          Issue Type: Improvement
>          Components: YARN
>    Affects Versions: 3.3.0
>            Reporter: Kent Yao
>            Priority: Major
>
> Since #YARN-3813/2.9.0/3.0.0, YARN supports ApplicationTimeouts. It helps 
> enforce lifetime application SLAs. Currently, lifetime indicates the overall 
> time spent by an application in YARN. It is calculated from its submit time 
> to finish time, including running time and the waiting time for resource 
> allocation.
> YARN allows admins to set lifetime of an application at leaf-queue. It also 
> allows users to set it programmatically. During application submission, user 
> can set it in  
> ApplicationSubmissionContext#setApplicationTimeouts(Map<ApplicationTimeoutType,
>  Long> applicationTimeouts).
>  
> So far, YARN supports for one timeout type - LIFETIME 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to