org.apache.spark
Class ExecutorLostFailure

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

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

:: DeveloperApi :: The task failed because the executor that it was running on was lost. This may happen because the task crashed the JVM.

See Also:
Serialized Form

Constructor Summary
ExecutorLostFailure(String execId)
           
 
Method Summary
 String execId()
           
 String toErrorString()
          Error message displayed in the web UI.
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

ExecutorLostFailure

public ExecutorLostFailure(String execId)
Method Detail

execId

public String execId()

toErrorString

public String toErrorString()
Description copied from interface: TaskFailedReason
Error message displayed in the web UI.

Specified by:
toErrorString in interface TaskFailedReason