Github user attilapiros commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21635#discussion_r198116371
  
    --- Diff: 
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/ApplicationMaster.scala
 ---
    @@ -67,6 +68,14 @@ private[spark] class ApplicationMaster(args: 
ApplicationMasterArguments) extends
     
       private val securityMgr = new SecurityManager(sparkConf)
     
    +  private[spark] val failureTracker = new FailureTracker(sparkConf, new 
SystemClock)
    --- End diff --
    
    As other metrics from YarnAllocator will be added this change is reverted.


---

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

Reply via email to