public class DAGClientImplLocal extends DAGClientImpl
isATSEnabled, realClient| Constructor and Description |
|---|
DAGClientImplLocal(org.apache.hadoop.yarn.api.records.ApplicationId appId,
String dagId,
TezConfiguration conf,
FrameworkClient frameworkClient,
org.apache.hadoop.security.UserGroupInformation ugi,
BiFunction<Set<StatusGetOpts>,Long,DAGStatus> dagStatusFunction,
BiFunction<Set<StatusGetOpts>,String,VertexStatus> vertexStatusFunction) |
| Modifier and Type | Method and Description |
|---|---|
protected DAGStatus |
getDAGStatusInternal(Set<StatusGetOpts> statusOptions,
long timeout) |
protected VertexStatus |
getVertexStatusInternal(Set<StatusGetOpts> statusOptions,
String vertexName) |
close, getApplicationReportInternal, getCachedDAGStatusRef, getDagIdentifierString, getDAGStatus, getDAGStatus, getDAGStatusViaRM, getExecutionContext, getRealClient, getSessionIdentifierString, getVertexStatus, getWebUIAddress, initCacheDAGRefFromConf, tryKillDAG, waitForCompletion, waitForCompletion, waitForCompletionWithStatusUpdatespublic DAGClientImplLocal(org.apache.hadoop.yarn.api.records.ApplicationId appId,
String dagId,
TezConfiguration conf,
FrameworkClient frameworkClient,
org.apache.hadoop.security.UserGroupInformation ugi,
BiFunction<Set<StatusGetOpts>,Long,DAGStatus> dagStatusFunction,
BiFunction<Set<StatusGetOpts>,String,VertexStatus> vertexStatusFunction)
protected DAGStatus getDAGStatusInternal(@Nullable Set<StatusGetOpts> statusOptions, long timeout) throws TezException, IOException
getDAGStatusInternal in class DAGClientImplTezExceptionIOExceptionprotected VertexStatus getVertexStatusInternal(@Nullable Set<StatusGetOpts> statusOptions, String vertexName) throws TezException, IOException
getVertexStatusInternal in class DAGClientImplTezExceptionIOExceptionCopyright © 2024 Apache Software Foundation. All rights reserved.