Uses of Class
org.apache.hadoop.hive.ql.plan.TezWork

Packages that use TezWork
org.apache.hadoop.hive.ql.exec.tez   
org.apache.hadoop.hive.ql.parse   
 

Uses of TezWork in org.apache.hadoop.hive.ql.exec.tez
 

Methods in org.apache.hadoop.hive.ql.exec.tez with parameters of type TezWork
 org.apache.tez.dag.api.Vertex DagUtils.createVertex(org.apache.hadoop.mapred.JobConf conf, BaseWork work, org.apache.hadoop.fs.Path scratchDir, org.apache.hadoop.yarn.api.records.LocalResource appJarLr, List<org.apache.hadoop.yarn.api.records.LocalResource> additionalLr, org.apache.hadoop.fs.FileSystem fileSystem, Context ctx, boolean hasChildren, TezWork tezWork)
          Create a vertex from a given work object.
 

Uses of TezWork in org.apache.hadoop.hive.ql.parse
 

Methods in org.apache.hadoop.hive.ql.parse with parameters of type TezWork
 MapWork GenTezUtils.createMapWork(GenTezProcContext context, Operator<?> root, TezWork tezWork, PrunedPartitionList partitions)
           
 ReduceWork GenTezUtils.createReduceWork(GenTezProcContext context, Operator<?> root, TezWork tezWork)
           
 UnionWork GenTezUtils.createUnionWork(GenTezProcContext context, Operator<?> operator, TezWork tezWork)
           
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.