org.apache.hadoop.hive.ql.exec
Class MoveTask

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.Task<moveWork>
      extended by org.apache.hadoop.hive.ql.exec.MoveTask
All Implemented Interfaces:
Serializable

public class MoveTask
extends Task<moveWork>
implements Serializable

MoveTask implementation

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.hadoop.hive.ql.exec.Task
childTasks, conf, console, db, id, LOG, parentTasks, work
 
Constructor Summary
MoveTask()
           
 
Method Summary
 int execute()
           
 
Methods inherited from class org.apache.hadoop.hive.ql.exec.Task
addDependentTask, done, fetch, getChildTasks, getId, getParentTasks, getWork, hasReduce, initialize, isMapRedTask, isRunnable, removeDependentTask, setChildTasks, setDone, setId, setParentTasks, setWork
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveTask

public MoveTask()
Method Detail

execute

public int execute()
Specified by:
execute in class Task<moveWork>


Copyright © 2009 The Apache Software Foundation