Uses of Class
org.apache.hadoop.hive.ql.exec.ReduceSinkOperator

Packages that use ReduceSinkOperator
org.apache.hadoop.hive.ql.optimizer   
 

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

Methods in org.apache.hadoop.hive.ql.optimizer with parameters of type ReduceSinkOperator
static void GenMapRedUtils.initPlan(ReduceSinkOperator op, GenMRProcContext opProcCtx)
          Initialize the current plan by adding it to root tasks.
static void GenMapRedUtils.initUnionPlan(ReduceSinkOperator op, GenMRProcContext opProcCtx, Task<? extends Serializable> unionTask)
          Initialize the current union plan.
static void GenMapRedUtils.splitPlan(ReduceSinkOperator op, GenMRProcContext opProcCtx)
          Split the current plan by creating a temporary destination.
 



Copyright © 2011 The Apache Software Foundation