Github user twinkle-sachdeva commented on a diff in the pull request:

    https://github.com/apache/spark/pull/5449#discussion_r28224409
  
    --- Diff: 
yarn/src/main/scala/org/apache/spark/deploy/yarn/YarnAllocator.scala ---
    @@ -94,6 +98,14 @@ private[yarn] class YarnAllocator(
       // Additional memory overhead.
       protected val memoryOverhead: Int = 
sparkConf.getInt("spark.yarn.executor.memoryOverhead",
         math.max((MEMORY_OVERHEAD_FACTOR * executorMemory).toInt, 
MEMORY_OVERHEAD_MIN))
    +
    +  // Make the maximum executor failure check to be relative with respect 
to duration
    +  private val relativeMaxExecutorFailureCheck = 
    --- End diff --
    
    Hi @sryza ,
    
    spark.yarn.max.executor.failuresPerMinute will make that to be per minute 
kind of failures, which means hardcoding the value of window. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to