Uses of Class
org.apache.hadoop.hive.ql.DriverContext

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

Uses of DriverContext in org.apache.hadoop.hive.ql
 

Methods in org.apache.hadoop.hive.ql with parameters of type DriverContext
 void Driver.launchTask(Task<? extends Serializable> tsk, String queryId, boolean noName, Map<TaskResult,TaskRunner> running, String jobname, int jobs, DriverContext cxt)
          Launches a new task
 

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

Fields in org.apache.hadoop.hive.ql.exec declared as DriverContext
protected  DriverContext Task.driverContext
           
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type DriverContext
 int StatsTask.execute(DriverContext driverContext)
           
 int MoveTask.execute(DriverContext driverContext)
           
 int DependencyCollectionTask.execute(DriverContext driverContext)
           
 int DDLTask.execute(DriverContext driverContext)
           
 int FunctionTask.execute(DriverContext driverContext)
           
 int FetchTask.execute(DriverContext driverContext)
           
 int ExplainTask.execute(DriverContext driverContext)
           
 int ConditionalTask.execute(DriverContext driverContext)
           
protected abstract  int Task.execute(DriverContext driverContext)
          This method is overridden in each Task.
 int ColumnStatsTask.execute(DriverContext driverContext)
           
 int CopyTask.execute(DriverContext driverContext)
           
 void DDLTask.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext ctx)
           
 void FunctionTask.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext ctx)
           
 void FetchTask.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext ctx)
           
 void ConditionalTask.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext driverContext)
           
 void Task.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext driverContext)
           
 void ColumnStatsTask.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext ctx)
           
 

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

Methods in org.apache.hadoop.hive.ql.exec.mr with parameters of type DriverContext
 int MapredLocalTask.execute(DriverContext driverContext)
           
 int ExecDriver.execute(DriverContext driverContext)
          Execute a query plan using Hadoop.
 int MapRedTask.execute(DriverContext driverContext)
           
 int MapredLocalTask.executeFromChildJVM(DriverContext driverContext)
           
 void MapredLocalTask.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext driverContext)
           
 void ExecDriver.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext driverContext)
          Initialization when invoked from QL.
 

Uses of DriverContext in org.apache.hadoop.hive.ql.index
 

Methods in org.apache.hadoop.hive.ql.index with parameters of type DriverContext
protected  int IndexMetadataChangeTask.execute(DriverContext driverContext)
           
 

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

Methods in org.apache.hadoop.hive.ql.io.rcfile.merge with parameters of type DriverContext
 int BlockMergeTask.execute(DriverContext driverContext)
           
 void BlockMergeTask.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext driverContext)
           
 

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

Methods in org.apache.hadoop.hive.ql.io.rcfile.stats with parameters of type DriverContext
 int PartialScanTask.execute(DriverContext driverContext)
           
 void PartialScanTask.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext driverContext)
           
 

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

Methods in org.apache.hadoop.hive.ql.io.rcfile.truncate with parameters of type DriverContext
 int ColumnTruncateTask.execute(DriverContext driverContext)
           
 void ColumnTruncateTask.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext driverContext)
           
 



Copyright © 2012 The Apache Software Foundation