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

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

public class CopyTask
extends Task<copyWork>
implements Serializable

CopyTask 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
CopyTask()
           
 
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

CopyTask

public CopyTask()
Method Detail

execute

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


Copyright © 2009 The Apache Software Foundation