Uses of Class
org.apache.hadoop.hive.ql.exec.mr.ExecDriver

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

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

Methods in org.apache.hadoop.hive.ql.exec that return types with arguments of type ExecDriver
static List<ExecDriver> Utilities.getMRTasks(List<Task<? extends Serializable>> tasks)
           
 

Uses of ExecDriver in org.apache.hadoop.hive.ql.exec.mr
 

Subclasses of ExecDriver in org.apache.hadoop.hive.ql.exec.mr
 class MapRedTask
          Extension of ExecDriver: - can optionally spawn a map-reduce task from a separate jvm - will make last minute adjustments to map-reduce job parameters, viz: * estimating number of reducers * estimating whether job should run locally
 



Copyright © 2012 The Apache Software Foundation