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.index.compact   
 

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 ExplainTask.execute(DriverContext driverContext)
           
 int MapRedTask.execute(DriverContext driverContext)
           
 int MapredLocalTask.execute(DriverContext driverContext)
           
 int ExecDriver.execute(DriverContext driverContext)
          Execute a query plan using Hadoop.
 int FetchTask.execute(DriverContext driverContext)
           
 int FunctionTask.execute(DriverContext driverContext)
           
 int StatsTask.execute(DriverContext driverContext)
           
 int ConditionalTask.execute(DriverContext driverContext)
           
protected abstract  int Task.execute(DriverContext driverContext)
          This method is overridden in each Task.
 int CopyTask.execute(DriverContext driverContext)
           
 int DDLTask.execute(DriverContext driverContext)
           
 int MoveTask.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.
 void FetchTask.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext ctx)
           
 void FunctionTask.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 DDLTask.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext ctx)
           
 

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

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



Copyright © 2011 The Apache Software Foundation