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

Packages that use ReduceWork
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.optimizer   
org.apache.hadoop.hive.ql.plan   
 

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

Methods in org.apache.hadoop.hive.ql.exec that return ReduceWork
static ReduceWork Utilities.getReduceWork(Configuration conf)
           
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type ReduceWork
static void Utilities.createTmpDirs(Configuration conf, ReduceWork rWork)
          Hive uses tmp directories to capture the output of each FileSinkOperator.
static Path Utilities.setReduceWork(Configuration conf, ReduceWork w, String hiveScratchDir, boolean useCache)
           
 

Uses of ReduceWork in org.apache.hadoop.hive.ql.optimizer
 

Methods in org.apache.hadoop.hive.ql.optimizer with parameters of type ReduceWork
static void GenMapRedUtils.setKeyAndValueDesc(ReduceWork plan, Operator<? extends OperatorDesc> topOp)
          set key and value descriptor.
 

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

Methods in org.apache.hadoop.hive.ql.plan that return ReduceWork
 ReduceWork MapredWork.getReduceWork()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type ReduceWork
 void MapredWork.setReduceWork(ReduceWork reduceWork)
           
 



Copyright © 2012 The Apache Software Foundation