Uses of Class
org.apache.tez.dag.api.TezException

Packages that use TezException
org.apache.tez.client   
org.apache.tez.dag.api   
org.apache.tez.dag.api.client   
org.apache.tez.dag.api.client.rpc   
 

Uses of TezException in org.apache.tez.client
 

Methods in org.apache.tez.client that throw TezException
 org.apache.hadoop.yarn.api.records.ApplicationId TezClient.createApplication()
          Create a new YARN application
 DAGClient TezClient.getDAGClient(org.apache.hadoop.yarn.api.records.ApplicationId appId)
           
 TezSessionStatus TezSession.getSessionStatus()
           
 void TezSession.preWarm(PreWarmContext context)
          Inform the Session to pre-warm containers for upcoming DAGs.
 void TezSession.start()
          Start a Tez Session
 void TezSession.stop()
          Shutdown a Tez Session.
 DAGClient TezSession.submitDAG(DAG dag)
          Submit a DAG to a Tez Session.
 DAGClient TezClient.submitDAGApplication(org.apache.hadoop.yarn.api.records.ApplicationId appId, DAG dag, AMConfiguration amConfig)
           
 DAGClient TezClient.submitDAGApplication(DAG dag, AMConfiguration amConfig)
           
 

Uses of TezException in org.apache.tez.dag.api
 

Subclasses of TezException in org.apache.tez.dag.api
 class DAGSubmissionTimedOut
          Exception thrown when DAG submission to a Tez Session times out.
 class SessionNotRunning
          Exception thrown when the client cannot communicate with the Tez Session as the Tez Session is no longer running.
 

Uses of TezException in org.apache.tez.dag.api.client
 

Methods in org.apache.tez.dag.api.client that throw TezException
 DAGStatus DAGClient.getDAGStatus(Set<StatusGetOpts> statusOptions)
          Get the status of the specified DAG
 VertexStatus DAGClient.getVertexStatus(String vertexName, Set<StatusGetOpts> statusOptions)
          Get the status of a Vertex of a DAG
 void DAGClient.tryKillDAG()
          Kill a running DAG
 

Uses of TezException in org.apache.tez.dag.api.client.rpc
 

Methods in org.apache.tez.dag.api.client.rpc that throw TezException
 DAGStatus DAGClientRPCImpl.getDAGStatus(Set<StatusGetOpts> statusOptions)
           
 VertexStatus DAGClientRPCImpl.getVertexStatus(String vertexName, Set<StatusGetOpts> statusOptions)
           
 void DAGClientRPCImpl.tryKillDAG()
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.