Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/21635#discussion_r197976137
--- 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 --
No need to specify the clock here?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]