|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DAGClient
| Method Summary | |
|---|---|
org.apache.hadoop.yarn.api.records.ApplicationId |
getApplicationId()
Get the YARN ApplicationId for the app running the DAG |
org.apache.hadoop.yarn.api.records.ApplicationReport |
getApplicationReport()
|
DAGStatus |
getDAGStatus(Set<StatusGetOpts> statusOptions)
Get the status of the specified DAG |
VertexStatus |
getVertexStatus(String vertexName,
Set<StatusGetOpts> statusOptions)
Get the status of a Vertex of a DAG |
void |
tryKillDAG()
Kill a running DAG |
| Methods inherited from interface java.io.Closeable |
|---|
close |
| Method Detail |
|---|
org.apache.hadoop.yarn.api.records.ApplicationId getApplicationId()
ApplicationId@InterfaceAudience.Private org.apache.hadoop.yarn.api.records.ApplicationReport getApplicationReport()
DAGStatus getDAGStatus(Set<StatusGetOpts> statusOptions)
throws IOException,
TezException
statusOptions - Optionally, retrieve additional information based on
specified options
IOException
TezException
VertexStatus getVertexStatus(String vertexName,
Set<StatusGetOpts> statusOptions)
throws IOException,
TezException
statusOptions - Optionally, retrieve additional information based on
specified options
IOException
TezException
void tryKillDAG()
throws IOException,
TezException
IOException
TezException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||