|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object org.apache.spark.TaskCommitDenied
public class TaskCommitDenied
:: DeveloperApi :: Task requested the driver to commit, but was denied.
Constructor Summary | |
---|---|
TaskCommitDenied(int jobID,
int partitionID,
int attemptID)
|
Method Summary | |
---|---|
int |
attemptID()
|
int |
jobID()
|
int |
partitionID()
|
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 |
---|
public TaskCommitDenied(int jobID, int partitionID, int attemptID)
Method Detail |
---|
public int jobID()
public int partitionID()
public int attemptID()
public String toErrorString()
TaskFailedReason
toErrorString
in interface TaskFailedReason
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |