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

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

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

Subclasses of ExecDriver in org.apache.hadoop.hive.ql.exec
 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
 

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)
           
 



Copyright © 2011 The Apache Software Foundation