org.apache.hadoop.hive.ql.exec.tez
Class ReduceRecordProcessor

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.tez.RecordProcessor
      extended by org.apache.hadoop.hive.ql.exec.tez.ReduceRecordProcessor

public class ReduceRecordProcessor
extends RecordProcessor

Process input from tez LogicalInput and write output - for a map plan Just pump the records through the query plan.


Field Summary
static org.apache.commons.logging.Log l4j
           
 
Fields inherited from class org.apache.hadoop.hive.ql.exec.tez.RecordProcessor
memoryMXBean
 
Constructor Summary
ReduceRecordProcessor()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

l4j

public static final org.apache.commons.logging.Log l4j
Constructor Detail

ReduceRecordProcessor

public ReduceRecordProcessor()


Copyright © 2014 The Apache Software Foundation. All rights reserved.