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

Packages that use BaseWork
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.io.rcfile.merge   
org.apache.hadoop.hive.ql.io.rcfile.stats   
org.apache.hadoop.hive.ql.io.rcfile.truncate   
org.apache.hadoop.hive.ql.plan   
 

Uses of BaseWork in org.apache.hadoop.hive.ql.exec
 

Methods in org.apache.hadoop.hive.ql.exec that return BaseWork
static BaseWork Utilities.getBaseWork(Configuration conf, String name)
           
 

Uses of BaseWork in org.apache.hadoop.hive.ql.io.rcfile.merge
 

Subclasses of BaseWork in org.apache.hadoop.hive.ql.io.rcfile.merge
 class MergeWork
           
 

Uses of BaseWork in org.apache.hadoop.hive.ql.io.rcfile.stats
 

Subclasses of BaseWork in org.apache.hadoop.hive.ql.io.rcfile.stats
 class PartialScanWork
          Partial Scan Work.
 

Uses of BaseWork in org.apache.hadoop.hive.ql.io.rcfile.truncate
 

Subclasses of BaseWork in org.apache.hadoop.hive.ql.io.rcfile.truncate
 class ColumnTruncateWork
           
 

Uses of BaseWork in org.apache.hadoop.hive.ql.plan
 

Subclasses of BaseWork in org.apache.hadoop.hive.ql.plan
 class MapWork
          MapWork represents all the information used to run a map task on the cluster.
 class ReduceWork
          ReduceWork represents all the information used to run a reduce task on the cluster.
 



Copyright © 2012 The Apache Software Foundation