SparkQA commented on issue #25614: [WIP][SPARK-28887][Kubernetes] Executor pod status fix URL: https://github.com/apache/spark/pull/25614#issuecomment-526374411 **[Test build #109918 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/109918/testReport)** for PR 25614 at commit [`cfd4a5e`](https://github.com/apache/spark/commit/cfd4a5e161473459646d0503181c89fa065292eb). * This patch **fails Scala style tests**. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `sealed trait ExecutorState ` * `case class ExecutorRunning(pod: Pod) extends ExecutorState` * `case class ExecutorPending(pod: Pod) extends ExecutorState` * `case class ExecutorSucceeded(pod: Pod) extends FinalExecutorState` * `case class ExecutorFailed(pod: Pod) extends FinalExecutorState` * `case class ExecutorPodDeleted(pod: Pod) extends FinalExecutorState` * `case class ExecutorPodUnknown(pod: Pod) extends ExecutorState`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
