public class ExecutorLostFailure extends java.lang.Object implements TaskFailedReason, scala.Product, scala.Serializable
Constructor and Description |
---|
ExecutorLostFailure(java.lang.String execId,
boolean exitCausedByApp,
scala.Option<java.lang.String> reason) |
Modifier and Type | Method and Description |
---|---|
boolean |
countTowardsTaskFailures()
Whether this task failure should be counted towards the maximum number of times the task is
allowed to fail before the stage is aborted.
|
java.lang.String |
execId() |
boolean |
exitCausedByApp() |
scala.Option<java.lang.String> |
reason() |
java.lang.String |
toErrorString()
Error message displayed in the web UI.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ExecutorLostFailure(java.lang.String execId, boolean exitCausedByApp, scala.Option<java.lang.String> reason)
public java.lang.String execId()
public boolean exitCausedByApp()
public scala.Option<java.lang.String> reason()
public java.lang.String toErrorString()
TaskFailedReason
toErrorString
in interface TaskFailedReason
public boolean countTowardsTaskFailures()
TaskFailedReason
countTowardsTaskFailures
in interface TaskFailedReason