|
||||||||||
| 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<FetchWork>
org.apache.hadoop.hive.ql.exec.FetchTask
public class FetchTask
FetchTask implementation.
| 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, conf, console, CONVERTED_LOCAL_MAPJOIN, CONVERTED_MAPJOIN, db, driverContext, feedSubscribers, id, initialized, isdone, jobID, LOCAL_MAPJOIN, NO_TAG, parentTasks, queryPlan, queued, started, taskCounters, taskHandle, taskTag, work |
| Constructor Summary | |
|---|---|
FetchTask()
|
|
| Method Summary | |
|---|---|
void |
clearFetch()
Clear the Fetch Operator. |
int |
execute(DriverContext driverContext)
This method is overridden in each Task. |
boolean |
fetch(ArrayList<String> res)
|
int |
getMaxRows()
Return the maximum number of rows returned by fetch. |
String |
getName()
Gets the name of the node. |
TableDesc |
getTblDesc()
Return the tableDesc of the fetchWork. |
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)
|
protected void |
localizeMRTmpFilesImpl(Context ctx)
If this task uses any map-reduce intermediate data (either for reading or for writing), localize them (using the supplied Context). |
void |
setMaxRows(int maxRows)
Set the maximum number of rows returned by fetch. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FetchTask()
| Method Detail |
|---|
public void initialize(HiveConf conf,
QueryPlan queryPlan,
DriverContext ctx)
initialize in class Task<FetchWork>public int execute(DriverContext driverContext)
Task
execute in class Task<FetchWork>public TableDesc getTblDesc()
public int getMaxRows()
public void setMaxRows(int maxRows)
public boolean fetch(ArrayList<String> res)
throws IOException,
CommandNeedRetryException
fetch in class Task<FetchWork>IOException
CommandNeedRetryExceptionpublic StageType getType()
Task
getType in class Task<FetchWork>public String getName()
Node
getName in interface Nodeprotected void localizeMRTmpFilesImpl(Context ctx)
Task
localizeMRTmpFilesImpl in class Task<FetchWork>ctx - context object with which to localize
public void clearFetch()
throws HiveException
HiveException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||