|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hive.ql.exec.Task<FunctionWork>
org.apache.hadoop.hive.ql.exec.FunctionTask
public class FunctionTask
FunctionTask.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.hadoop.hive.ql.exec.Task |
|---|
Task.FeedType |
| Field Summary |
|---|
| Fields inherited from class org.apache.hadoop.hive.ql.exec.Task |
|---|
BACKUP_COMMON_JOIN, backupChildrenTasks, backupTask, childTasks, clonedConf, COMMON_JOIN, console, CONVERTED_MAPJOIN, CONVERTED_MAPJOIN_LOCAL, CONVERTED_SORTMERGEJOIN, db, driverContext, feedSubscribers, HINTED_MAPJOIN, HINTED_MAPJOIN_LOCAL, id, initialized, isdone, jobID, MAPJOIN_ONLY_NOBACKUP, NO_TAG, parentTasks, queryPlan, queued, rootTask, started, taskCounters, taskHandle, taskTag, work |
| Constructor Summary | |
|---|---|
FunctionTask()
|
|
| Method Summary | |
|---|---|
static void |
addFunctionResources(List<ResourceUri> resources)
|
int |
execute(DriverContext driverContext)
This method is overridden in each Task. |
String |
getName()
Gets the name of the node. |
StageType |
getType()
Should be overridden to return the type of the specific task among the types in StageType. |
void |
initialize(HiveConf conf,
QueryPlan queryPlan,
DriverContext ctx)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FunctionTask()
| Method Detail |
|---|
public void initialize(HiveConf conf,
QueryPlan queryPlan,
DriverContext ctx)
initialize in class Task<FunctionWork>public int execute(DriverContext driverContext)
Task
execute in class Task<FunctionWork>
public static void addFunctionResources(List<ResourceUri> resources)
throws HiveException
HiveExceptionpublic StageType getType()
Task
getType in class Task<FunctionWork>public String getName()
Node
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||