Package org.apache.spark.scheduler
Class LossReasonPending
Object
org.apache.spark.scheduler.LossReasonPending
A loss reason that means we don't yet know why the executor exited.
This is used by the task scheduler to remove state associated with the executor, but not yet fail any tasks that were running in the executor before the real loss reason is known.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
LossReasonPending
public LossReasonPending()
-
-
Method Details
-
message
-
toString
-