|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
org.apache.hadoop.hive.ql.io.rcfile.merge |
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 | |
---|---|
protected abstract int |
Task.execute(DriverContext driverContext)
This method is overridden in each Task. |
int |
StatsTask.execute(DriverContext driverContext)
|
int |
MoveTask.execute(DriverContext driverContext)
|
int |
MapRedTask.execute(DriverContext driverContext)
|
int |
MapredLocalTask.execute(DriverContext driverContext)
|
int |
FunctionTask.execute(DriverContext driverContext)
|
int |
FetchTask.execute(DriverContext driverContext)
|
int |
ExplainTask.execute(DriverContext driverContext)
|
int |
ExecDriver.execute(DriverContext driverContext)
Execute a query plan using Hadoop. |
int |
DependencyCollectionTask.execute(DriverContext driverContext)
|
int |
DDLTask.execute(DriverContext driverContext)
|
int |
CopyTask.execute(DriverContext driverContext)
|
int |
ConditionalTask.execute(DriverContext driverContext)
|
int |
ColumnStatsTask.execute(DriverContext driverContext)
|
int |
MapredLocalTask.executeFromChildJVM(DriverContext driverContext)
|
void |
Task.initialize(HiveConf conf,
QueryPlan queryPlan,
DriverContext driverContext)
|
void |
MapredLocalTask.initialize(HiveConf conf,
QueryPlan queryPlan,
DriverContext driverContext)
|
void |
FunctionTask.initialize(HiveConf conf,
QueryPlan queryPlan,
DriverContext ctx)
|
void |
FetchTask.initialize(HiveConf conf,
QueryPlan queryPlan,
DriverContext ctx)
|
void |
ExecDriver.initialize(HiveConf conf,
QueryPlan queryPlan,
DriverContext driverContext)
Initialization when invoked from QL. |
void |
DDLTask.initialize(HiveConf conf,
QueryPlan queryPlan,
DriverContext ctx)
|
void |
ConditionalTask.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.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |