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

Packages that use DAG
org.apache.tez.client   
org.apache.tez.dag.api   
 

Uses of DAG in org.apache.tez.client
 

Methods in org.apache.tez.client with parameters of type DAG
 DAGClient TezSession.submitDAG(DAG dag)
          Submit a DAG to a Tez Session.
 DAGClient TezSession.submitDAG(DAG dag, Map<String,org.apache.hadoop.yarn.api.records.LocalResource> additionalAmResources)
          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 DAG in org.apache.tez.dag.api
 

Methods in org.apache.tez.dag.api that return DAG
 DAG DAG.addEdge(Edge edge)
           
 DAG DAG.addEdge(GroupInputEdge edge)
           
 DAG DAG.addURIsForCredentials(Collection<URI> uris)
          One of the methods that can be used to provide information about required Credentials when running on a secure cluster.
 DAG DAG.addVertex(Vertex vertex)
           
 DAG DAG.setCredentials(org.apache.hadoop.security.Credentials credentials)
          One of the methods that can be used to provide information about required Credentials when running on a secure cluster.
 



Copyright © 2014 Apache Software Foundation. All rights reserved.