org.apache.hadoop.hive.ql.exec
Class ExecMapper
java.lang.Object
MapReduceBase
org.apache.hadoop.hive.ql.exec.ExecMapper
public class ExecMapper
- extends MapReduceBase
ExecMapper.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
l4j
public static final org.apache.commons.logging.Log l4j
memoryMXBean
public static MemoryMXBean memoryMXBean
ExecMapper
public ExecMapper()
configure
public void configure(JobConf job)
map
public void map(Object key,
Object value,
OutputCollector output,
Reporter reporter)
throws IOException
- Throws:
IOException
close
public void close()
getDone
public static boolean getDone()
isAbort
public boolean isAbort()
setAbort
public void setAbort(boolean abort)
setDone
public static void setDone(boolean done)
Copyright © 2012 The Apache Software Foundation