@InterfaceAudience.Private public class NoCurrentDAGException extends TezException
DAGNotRunningException
in a sense that this exception is fatal, in which scenario the client might consider the DAG failed, because
it tries to ask a status from an AM which is not currently running a DAG. This scenario is possible in case
an AM is restarted and the DagClient fails to realize it's asking the status of a possibly lost DAG.| Modifier and Type | Field and Description |
|---|---|
static String |
MESSAGE_PREFIX |
| Constructor and Description |
|---|
NoCurrentDAGException(String dagId) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String MESSAGE_PREFIX
public NoCurrentDAGException(String dagId)
Copyright © 2024 Apache Software Foundation. All rights reserved.