org.apache.spark
Class Resubmitted

Object
  extended by org.apache.spark.Resubmitted
All Implemented Interfaces:
java.io.Serializable, TaskEndReason, TaskFailedReason, scala.Equals, scala.Product

public class Resubmitted
extends Object
implements TaskFailedReason, scala.Product, scala.Serializable

:: DeveloperApi :: A ShuffleMapTask that completed successfully earlier, but we lost the executor before the stage completed. This means Spark needs to reschedule the task to be re-executed on a different executor.

See Also:
Serialized Form

Constructor Summary
Resubmitted()
           
 
Method Summary
static String toErrorString()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.spark.TaskFailedReason
toErrorString
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

Resubmitted

public Resubmitted()
Method Detail

toErrorString

public static String toErrorString()