Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/20259#discussion_r161809265
--- Diff: core/src/main/scala/org/apache/spark/deploy/master/Master.scala
---
@@ -179,6 +181,7 @@ private[deploy] class Master(
}
persistenceEngine = persistenceEngine_
leaderElectionAgent = leaderElectionAgent_
+ startupTime = System.currentTimeMillis()
--- End diff --
This does not compute the time taken to start up.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]